Downloadliste

Projektbeschreibung

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

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Diese Version bietet Unterstützung für NULL und NSNull im quoteObject: Methode der 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

Diese Veröffentlichung fügt eine bessere Handhabung der Integer-Spalten und TEXT-Spalten. SMySQL ist nun in der Lage zu erkennen (und zu halten, Informationen) für vorzeichenlose Ganzzahlen (bis zu unsigned bigint unsigned long long == == 64b unsigned integer). Die TEXT-Spalten werden nun als Text abgerufen, hoffentlich mit der richtigen Codierung (aus dem DB-Server).
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

Ein Problem, bei BigInt Zahlen (64 Bit in MySQL) wurden in long int (32 Bit) durch den Rahmen umgewandelt wurde behoben. BigInt Spalten sind jetzt als long long (64 Bit) unterzeichnet Integers behandelt (es gibt noch Probleme mit unsigned MySQL Spalten).
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

Diese Pressemitteilung Veränderungen der Organisation des Project Builder-Projekt, um es klarer. Der Rahmen ist jetzt in drei Varianten mit unterschiedlichen Namen (Geschmacksrichtungen entsprechen den Zielen, und nicht mehr an Stilen zu bauen). SMySQL verbunden ist das gesamte System zu einem dynamischen libmysqlclient. SMySQL_static verbunden ist das gesamte System eine statische libmysqlclient. SMySQL_bundled ist ein Rahmen, innerhalb einer Cocoa-Anwendung gebündelt werden, um eine statische libmysqlclient verbunden. Die Binary-Distribution enthält die folgenden drei Frameworks, so brauchen Sie nicht zu bekommen MySQL an, die zu nutzen.
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