[Mysql-cocoa-commits] CVS: SMySQL/SMySQL.pbproj cohen.pbxuser,1.18,1.18.2.1 project.pbxproj,1.17,1.1
Brought to you by:
sergecohen
From: Serge C. <ser...@us...> - 2003-08-22 11:57:14
|
Update of /cvsroot/mysql-cocoa/SMySQL/SMySQL.pbproj In directory sc8-pr-cvs1:/tmp/cvs-serv6978/SMySQL.pbproj Modified Files: Tag: version-2-1 cohen.pbxuser project.pbxproj Log Message: Corrected the issue (raised by Lorenz Textor) on BigInt MySQL type (corresponding to long long, not long int), where a BIGINT would be passed back as a 32 bits integer instead of 64 bits. Now MCPResult handles properly BIGINT. Added a BIGINT column in the test1 table (CLI_Test), to check if it is working. NB : Unsigned int (both INT and BIGINT) might still causes problem if they are in the higher half of their range (because they will be interpreted as signed integers). Version get from 2.1.0 to 2.1.1 2003-08-21; Serge Cohen. Index: cohen.pbxuser =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/SMySQL.pbproj/cohen.pbxuser,v retrieving revision 1.18 retrieving revision 1.18.2.1 diff -C2 -d -r1.18 -r1.18.2.1 *** cohen.pbxuser 16 Aug 2003 14:11:18 -0000 1.18 --- cohen.pbxuser 21 Aug 2003 06:32:50 -0000 1.18.2.1 *************** *** 15,19 **** ); perUserDictionary = { ! PBXPerProjectTemplateStateSaveDate = 76945759; PBXWorkspaceContents = ( { --- 15,19 ---- ); perUserDictionary = { ! PBXPerProjectTemplateStateSaveDate = 83139753; PBXWorkspaceContents = ( [...1422 lines suppressed...] - isa = PBXTextBookmark; - name = "README: 81"; - rLen = 19; - rLoc = 5362; - rType = 0; - vrLen = 1039; - vrLoc = 4357; - }; - F57C00E9039BC84701AB07D3 = { - fRef = F5165EBF01C50A6F0116CAC1; - isa = PBXTextBookmark; - name = "SMySQL.h: 38"; - rLen = 0; - rLoc = 1238; - rType = 0; - vrLen = 1068; - vrLoc = 0; }; F59C3D3D02AA458C017B4675 = { --- 550,555 ---- Index: project.pbxproj =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/SMySQL.pbproj/project.pbxproj,v retrieving revision 1.17 retrieving revision 1.17.2.1 diff -C2 -d -r1.17 -r1.17.2.1 *** project.pbxproj 16 Aug 2003 14:11:18 -0000 1.17 --- project.pbxproj 21 Aug 2003 06:32:50 -0000 1.17.2.1 *************** *** 121,125 **** buildSettings = { DYLIB_COMPATIBILITY_VERSION = 2.0.0; ! DYLIB_CURRENT_VERSION = 2.0.0; FRAMEWORK_SEARCH_PATHS = /Users/cohen/Library/Frameworks; FRAMEWORK_VERSION = A; --- 121,125 ---- buildSettings = { DYLIB_COMPATIBILITY_VERSION = 2.0.0; ! DYLIB_CURRENT_VERSION = 2.1.1; FRAMEWORK_SEARCH_PATHS = /Users/cohen/Library/Frameworks; FRAMEWORK_VERSION = A; *************** *** 166,170 **** <string>????</string> <key>CFBundleVersion</key> ! <string>2.0.0d1</string> <key>NSPrincipalClass</key> <string>MCPConnection</string> --- 166,170 ---- <string>????</string> <key>CFBundleVersion</key> ! <string>2.1.1d1</string> <key>NSPrincipalClass</key> <string>MCPConnection</string> *************** *** 612,616 **** buildSettings = { DYLIB_COMPATIBILITY_VERSION = 2.0.0; ! DYLIB_CURRENT_VERSION = 2.0.0; FRAMEWORK_VERSION = A; HEADER_SEARCH_PATHS = mysqlclient_source/headers; --- 612,616 ---- buildSettings = { DYLIB_COMPATIBILITY_VERSION = 2.0.0; ! DYLIB_CURRENT_VERSION = 2.1.1; FRAMEWORK_VERSION = A; HEADER_SEARCH_PATHS = mysqlclient_source/headers; *************** *** 654,658 **** <string>????</string> <key>CFBundleVersion</key> ! <string>2.0.0d1</string> <key>NSPrincipalClass</key> <string>MCPConnection</string> --- 654,658 ---- <string>????</string> <key>CFBundleVersion</key> ! <string>2.1.1d1</string> <key>NSPrincipalClass</key> <string>MCPConnection</string> *************** *** 2146,2150 **** buildSettings = { DYLIB_COMPATIBILITY_VERSION = 2.0.0; ! DYLIB_CURRENT_VERSION = 2.0.0; FRAMEWORK_VERSION = A; LIBRARY_SEARCH_PATHS = /usr/local/lib/mysql; --- 2146,2150 ---- buildSettings = { DYLIB_COMPATIBILITY_VERSION = 2.0.0; ! DYLIB_CURRENT_VERSION = 2.1.1; FRAMEWORK_VERSION = A; LIBRARY_SEARCH_PATHS = /usr/local/lib/mysql; *************** *** 2192,2196 **** <string>????</string> <key>CFBundleVersion</key> ! <string>2.0.0d1</string> <key>NSPrincipalClass</key> <string>MCPConnection</string> --- 2192,2196 ---- <string>????</string> <key>CFBundleVersion</key> ! <string>2.1.1d1</string> <key>NSPrincipalClass</key> <string>MCPConnection</string> |