Download List

Project Description

The MySQL Cocoa project provides a standard MySQL
client API for using the database with Cocoa (the
MacOS X Objective-C/OpenStep environment).

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-08-09 22:29
2.3.1

This release adds support for NULL and NSNull in the quoteObject: method of MCPConnection.
Tags: Minor feature enhancements

2004-08-05 04:04
2.3.0

This release adds better handling of integer columns and text columns.
SMySQL is now able to recognize (and keep information) for unsigned
integers (up to UNSIGNED BIGINT == unsigned long long == 64b unsigned
integer). The TEXT columns are now retrieved as text, hopefully using
the proper encoding (coming from the DB server).
Tags: Major bugfixes

2003-08-25 10:07
2.2.1

An issue where BigInt numbers (64 bits in MySQL)
were transformed into long int (32 bits) by the
framework was fixed. BigInt columns are now
treated as long long (64 bits) signed integers
(there are still problems with unsigned MySQL
columns).
Tags: Minor feature enhancements

2003-08-21 01:52
2.2.0

This release changes the organization of the Project Builder project
to make it clearer. The framework is now in three flavors with
different names (flavors correspond to targets, and no longer to build
styles). SMySQL is linked system-wide to a dynamic libmysqlclient.
SMySQL_static is linked system-wide to a static libmysqlclient.
SMySQL_bundled is a framework to be bundled within a Cocoa
application, linked to a static libmysqlclient. The binary
distribution contains these three frameworks, so you don't need to get
MySQL to use the framework.
Tags: Major feature enhancements

Project Resources