| Commit message (Expand) | Author | Age | Files | Lines |
* | Update MySQL and PosgreSQL library build scripts to find the SDK path. | stuconnolly | 2012-09-24 | 1 | -7/+25 |
* | - Alter the build settings for compatibility with Xcode 3.2.x up to Xcode 4.... | rowanbeentje | 2012-09-23 | 1 | -6/+11 |
* | Revert of r3849 (undoing the build break) | bamse16 | 2012-09-19 | 1 | -11/+9 |
* | Updated project to run/build on Mac OSX 10.8/Xcode 4.4 | bamse16 | 2012-09-13 | 1 | -9/+11 |
* | - Fix utf8mb4 handling within SPMySQLFramework; this addresses Issue #1312 | rowanbeentje | 2012-08-31 | 1 | -1/+1 |
* | Improve connection handling and recovery in general, and specifically to addr... | rowanbeentje | 2012-08-18 | 3 | -15/+29 |
* | Update script licenses. | stuconnolly | 2012-08-01 | 1 | -11/+18 |
* | Improve connection keepalive, disconnect, and connection loss after reviewing... | rowanbeentje | 2012-05-15 | 4 | -20/+87 |
* | - Return an autoreleased copy of the error string when requested, instead of... | rowanbeentje | 2012-05-13 | 1 | -1/+2 |
* | - Fix incorrect reconnection detection in the new SPMySQL reconnection code ... | rowanbeentje | 2012-05-12 | 1 | -0/+1 |
* | - Fix a build warning caused by r3649 changes | rowanbeentje | 2012-05-10 | 1 | -1/+1 |
* | Rework connection loss handling in SPMySQL, particularly to improve backgroun... | rowanbeentje | 2012-05-08 | 8 | -194/+281 |
* | - Correctly call mysql_library_init() on application start, and mysql_thread... | rowanbeentje | 2012-04-18 | 5 | -1/+78 |
* | - Manually handle some SPFileHandle memory management to significantly impro... | rowanbeentje | 2012-04-12 | 1 | -1/+1 |
* | - Upgrade to the MySQL 5.5.22 client libraries, updating to a much more up-t... | rowanbeentje | 2012-04-09 | 13 | -304/+265 |
* | - Fix SPMySQL warnings about delegate and proxy methods mixing synthesized g... | rowanbeentje | 2012-03-29 | 5 | -10/+37 |
* | Added #import "SPMySQLStringAdditions.h" for mySQLBacktickQuotedString and my... | sqlprodev | 2012-03-28 | 2 | -0/+2 |
* | - Correctly nest reconnection attempts to preserve previous connection setti... | rowanbeentje | 2012-03-28 | 1 | -2/+7 |
* | - Clean up SPMySQL and QueryKit inclusion and search methods, which should f... | rowanbeentje | 2012-03-27 | 2 | -9/+4 |
* | tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTOR | sqlprodev | 2012-03-27 | 1 | -0/+4 |
* | SPMySQL integration bugfixes: | rowanbeentje | 2012-03-14 | 1 | -1/+1 |
* | Final feature work on the SPMySQL branch before merging: | rowanbeentje | 2012-03-14 | 11 | -37/+311 |
* | Improvements to SPMySQL framework: | rowanbeentje | 2012-02-24 | 6 | -67/+112 |
* | Warning: this branch commit is largely untested, and known to throw exception... | rowanbeentje | 2012-02-23 | 11 | -8/+218 |
* | - Add missing libmysqlclient.a to build SPMySQL (ignored during initial add ... | rowanbeentje | 2012-02-20 | 1 | -0/+0 |
* | - Fix incorrect conversion via a CFStringEncoding for eucjpms | rowanbeentje | 2012-02-20 | 143 | -18947/+1 |
* | Initial commit of the new SPMySQL Framework, which is added to the project an... | rowanbeentje | 2012-02-20 | 194 | -0/+28563 |