Télécharger la liste

Description du projet

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

Système requise

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

Ce communiqué ajoute le support de NULL et NSNull dans le quoteObject: méthode de MCPConnection.
Tags: Minor feature enhancements
This release adds support for NULL and NSNull in the quoteObject: method of MCPConnection.

2004-08-05 04:04
2.3.0

Cette version apporte une meilleure gestion des colonnes et des colonnes entières de texte. SMySQL est maintenant capable de reconnaître (et de garder l'information) pour les entiers non signés (jusqu'à UNSIGNED BIGINT == unsigned long long == 64b entier non signé). Les colonnes de texte est maintenant récupérées sous forme de texte, espérons-le en utilisant un codage correct (en provenance du serveur de BD).
Tags: Major bugfixes
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).

2003-08-25 10:07
2.2.1

Un problème où le nombre BIGINT (64 bits dans MySQL) ont été transformées en long int (32 bits) par le cadre a été fixé. BigInt colonnes sont maintenant traitées comme à long terme (64 bits) entiers signés (il ya toujours des problèmes avec des colonnes unsigned MySQL).
Tags: Minor feature enhancements
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).

2003-08-21 01:52
2.2.0

Ce communiqué de changement que l'organisation du projet Projet du constructeur pour le rendre plus clair. Le cadre est maintenant disponible en trois saveurs avec des noms différents (arômes correspondent aux objectifs, et non plus à construire des styles). SMySQL est liée l'échelle du système à une libmysqlclient dynamique. SMySQL_static est liée l'échelle du système à une libmysqlclient statique. SMySQL_bundled est un cadre pour être regroupées au sein d'une application Cocoa, lié à un libmysqlclient statique. La distribution binaire contient ces trois cadres, vous n'avez donc pas besoin d'obtenir MySQL d'utiliser le framework.
Tags: Major feature enhancements
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.

Project Resources