aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m
Commit message (Expand)AuthorAgeFilesLines
* Fix for #2353 ("Attempted to connect a connection that is not disconnected")release-1.1.1-rc1Max2016-02-121-0/+6
* Fix an issue where Sequel Pro added a NUL byte to the end of every query (fix...Max2015-07-291-6/+7
* Add support for SQLSTATEMax2014-03-051-0/+37
* Update URL in source file header to point to GitHub.Stuart Connolly2014-01-261-1/+1
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
* Rework table content and custom query data loading and storage for speed incr...rowanbeentje2013-08-131-1/+17
* - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab...rowanbeentje2013-05-211-1/+1
* - Add a new SPMySQLEmptyResult class to SPMySQLFrameowkr, returning it inste...rowanbeentje2013-03-111-26/+30
* - In the SPMySQL.framework, separate framework-triggered connections and dis...rowanbeentje2012-10-141-4/+9
* - Improve connection error detecting in SPMySQLFrameworkrowanbeentje2012-10-061-1/+3
* Improve connection handling and recovery in general, and specifically to addr...rowanbeentje2012-08-181-6/+16
* - Return an autoreleased copy of the error string when requested, instead of...rowanbeentje2012-05-131-1/+2
* Rework connection loss handling in SPMySQL, particularly to improve backgroun...rowanbeentje2012-05-081-1/+1
* - Correctly call mysql_library_init() on application start, and mysql_thread...rowanbeentje2012-04-181-0/+6
* - Upgrade to the MySQL 5.5.22 client libraries, updating to a much more up-t...rowanbeentje2012-04-091-0/+7
* - Fix SPMySQL warnings about delegate and proxy methods mixing synthesized g...rowanbeentje2012-03-291-0/+5
* Final feature work on the SPMySQL branch before merging:rowanbeentje2012-03-141-9/+1
* Improvements to SPMySQL framework:rowanbeentje2012-02-241-1/+2
* Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-0/+21
* Initial commit of the new SPMySQL Framework, which is added to the project an...rowanbeentje2012-02-201-0/+622