Download List

프로젝트 설명

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

이 릴리스 quoteObject의 NULL과 NSNull에 대한 지원을 추가합니다 : 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

이 릴리스에는 정수 열 및 텍스트 열을 잘 처리. SMySQL 추가 지금은 인식할 수 (정보) 부호없는 정수 (최대 계속됩니다 서명에 BIGINT 부호 오래 오래 == == 64b 부호없는 정수). 텍스트 열을 지금은 텍스트로, 희망 적절한 인코딩을 사용하여 (DB 서버)에서 검색한오고있습니다.
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

MySQL에 문제가 어디에 BigInt 번호 (64 비트) 긴 프레임 워크에 의해 int (32 비트)로 변모했다 해결되었습니다. BigInt 이제 열이 오래 (64 비트) 정수로 서명한만큼 (아직 서명이 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

이 릴리스에는 그것을 명확하게 프로젝트 빌더 프로젝트의 조직을 변경합니다. 프레임 워크는 지금은 다른 이름을 가진 세 가지 맛이있다 (풍미 목표, 그리고 더이상 스타일을 구축)에 해당합니다. SMySQL 시스템 동적 libmysqlclient. SMySQL_static 시스템 정적 libmysqlclient 폭 넓은 연결됩니다 연결되어있습니다. SMySQL_bundled 코코아 응용 프로그램 내에서 번들로 제공되고 프레임 워크, 정적 libmysqlclient로 연결되어있습니다. 바이너리 배포판, 그래서 당신은 MySQL의 프레임 워크를 사용하여 얻을 필요는 없어이 세 가지 프레임 워크가 포함되어있습니다.
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