| Commit message (Expand) | Author | Age | Files | Lines |
* | Add code to disable mysql protocol compression (no UI) to connect to Amazon A... | Max | 2015-07-30 | 1 | -0/+1 |
* | Fix an issue where Sequel Pro added a NUL byte to the end of every query (fix... | Max | 2015-07-29 | 2 | -9/+12 |
* | Allow to set SSL cipher list in SPMySQL | Max | 2015-03-21 | 1 | -0/+1 |
* | Reformatting code for modern ObjC | Max | 2014-12-13 | 1 | -1/+1 |
* | Fix string formatting warnings in NSRunAlertPanel by using the additional arg... | rowanbeentje | 2014-05-04 | 1 | -1/+1 |
* | Add support for SQLSTATE | Max | 2014-03-05 | 3 | -0/+40 |
* | Update URL in source file header to point to GitHub. | Stuart Connolly | 2014-01-26 | 20 | -20/+20 |
* | Remove SVN property placeholder. | Stuart Connolly | 2014-01-26 | 20 | -40/+0 |
* | Rework table content and custom query data loading and storage for speed incr... | rowanbeentje | 2013-08-13 | 3 | -2/+19 |
* | - Address further Release/Distribution build warnings | rowanbeentje | 2013-05-22 | 1 | -1/+1 |
* | - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab... | rowanbeentje | 2013-05-21 | 5 | -5/+5 |
* | - Add a new SPMySQLEmptyResult class to SPMySQLFrameowkr, returning it inste... | rowanbeentje | 2013-03-11 | 1 | -26/+30 |
* | - Fix an incorrect selector method after recent thread naming work | rowanbeentje | 2012-10-20 | 1 | -1/+1 |
* | - Clean up some connection cancellation/close-during-connect edges as a resu... | rowanbeentje | 2012-10-14 | 2 | -3/+9 |
* | - In the SPMySQL.framework, separate framework-triggered connections and dis... | rowanbeentje | 2012-10-14 | 2 | -5/+10 |
* | - Improve connection error detecting in SPMySQLFramework | rowanbeentje | 2012-10-06 | 1 | -1/+3 |
* | - 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 | 1 | -6/+16 |
* | Improve connection keepalive, disconnect, and connection loss after reviewing... | rowanbeentje | 2012-05-15 | 2 | -12/+54 |
* | - Return an autoreleased copy of the error string when requested, instead of... | rowanbeentje | 2012-05-13 | 1 | -1/+2 |
* | Rework connection loss handling in SPMySQL, particularly to improve backgroun... | rowanbeentje | 2012-05-08 | 4 | -5/+30 |
* | - Correctly call mysql_library_init() on application start, and mysql_thread... | rowanbeentje | 2012-04-18 | 3 | -0/+15 |
* | - Upgrade to the MySQL 5.5.22 client libraries, updating to a much more up-t... | rowanbeentje | 2012-04-09 | 1 | -0/+7 |
* | - Fix SPMySQL warnings about delegate and proxy methods mixing synthesized g... | rowanbeentje | 2012-03-29 | 3 | -5/+36 |
* | Added #import "SPMySQLStringAdditions.h" for mySQLBacktickQuotedString and my... | sqlprodev | 2012-03-28 | 2 | -0/+2 |
* | Final feature work on the SPMySQL branch before merging: | rowanbeentje | 2012-03-14 | 6 | -28/+110 |
* | Improvements to SPMySQL framework: | rowanbeentje | 2012-02-24 | 1 | -1/+2 |
* | Warning: this branch commit is largely untested, and known to throw exception... | rowanbeentje | 2012-02-23 | 2 | -1/+26 |
* | - Fix incorrect conversion via a CFStringEncoding for eucjpms | rowanbeentje | 2012-02-20 | 1 | -1/+1 |
* | Initial commit of the new SPMySQL Framework, which is added to the project an... | rowanbeentje | 2012-02-20 | 18 | -0/+2716 |