aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks
Commit message (Expand)AuthorAgeFilesLines
* Improve connection keepalive, disconnect, and connection loss after reviewing...rowanbeentje2012-05-154-20/+87
* - Return an autoreleased copy of the error string when requested, instead of...rowanbeentje2012-05-131-1/+2
* - Fix incorrect reconnection detection in the new SPMySQL reconnection code ...rowanbeentje2012-05-121-0/+1
* - Fix a build warning caused by r3649 changesrowanbeentje2012-05-101-1/+1
* Tidy up QueryKit warning settings.stuconnolly2012-05-091-5/+11
* Fix QueryKit warning.stuconnolly2012-05-092-1/+31
* Rework connection loss handling in SPMySQL, particularly to improve backgroun...rowanbeentje2012-05-088-194/+281
* Warning config.stuconnolly2012-05-072-2/+4
* Update make files to support accepting xcode default settings.stuconnolly2012-05-072-9/+28
* - Correctly call mysql_library_init() on application start, and mysql_thread...rowanbeentje2012-04-185-1/+78
* - Fix a number of small memory leaksrowanbeentje2012-04-142-15/+6
* - Manually handle some SPFileHandle memory management to significantly impro...rowanbeentje2012-04-121-1/+1
* - Upgrade to the MySQL 5.5.22 client libraries, updating to a much more up-t...rowanbeentje2012-04-0913-304/+265
* - Improve mouse tracking logic in PSMTabBar, fixing dragging issues (Issue #...rowanbeentje2012-04-021-1/+8
* PSMTabBar improvements:rowanbeentje2012-04-023-56/+44
* - As console fetches can generally cause crashes on 10.5.8, disable them on ...rowanbeentje2012-03-311-0/+0
* - Fix SPMySQL warnings about delegate and proxy methods mixing synthesized g...rowanbeentje2012-03-295-10/+37
* Added #import "SPMySQLStringAdditions.h" for mySQLBacktickQuotedString and my...sqlprodev2012-03-282-0/+2
* - Correctly nest reconnection attempts to preserve previous connection setti...rowanbeentje2012-03-281-2/+7
* - Turn off the QueryKit "Symbols hidden by default" setting on Release build...rowanbeentje2012-03-281-1/+0
* - Clean up SPMySQL and QueryKit inclusion and search methods, which should f...rowanbeentje2012-03-273-25/+25
* tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTORsqlprodev2012-03-271-0/+4
* QueryKit: add clear method so query instances can be reused.stuconnolly2012-03-252-0/+22
* Fix build.stuconnolly2012-03-251-1/+1
* QueryKit: Add support for UPDATE queries.stuconnolly2012-03-2520-63/+397
* Fix query formatting.stuconnolly2012-03-241-1/+1
* SPMySQL integration bugfixes:rowanbeentje2012-03-141-1/+1
* Final feature work on the SPMySQL branch before merging:rowanbeentje2012-03-1411-37/+311
* - Bring SPMySQL Framework integration branch up to date with trunkrowanbeentje2012-03-0519-13/+1078
|\
| * - Re-add QueryKit as a dependency, and correct framework paths and linking t...rowanbeentje2012-02-261-3/+3
| * More QueryKit SELECT tests.stuconnolly2012-02-263-7/+57
| * Add some more QueryKit tests.stuconnolly2012-02-258-28/+292
| * Move QueryKit to it's own project.stuconnolly2012-02-2515-10/+761
* | Improvements to SPMySQL framework:rowanbeentje2012-02-246-67/+112
* | Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-2365-13791/+218
* | - Add missing libmysqlclient.a to build SPMySQL (ignored during initial add ...rowanbeentje2012-02-201-0/+0
* | - Fix incorrect conversion via a CFStringEncoding for eucjpmsrowanbeentje2012-02-20143-18947/+1
* | Initial commit of the new SPMySQL Framework, which is added to the project an...rowanbeentje2012-02-20194-0/+28563
|/
* - Make SPConnectionController a NSConnectionView subclass so that retain cyc...rowanbeentje2012-01-211-1/+1
* - Expicitly cast parameters before passing into NSString formatters assuming...rowanbeentje2012-01-091-1/+1
* - Add Zend Server CE compatibility to the default socket search list, path a...rowanbeentje2012-01-051-0/+1
* Update Growl framework to version 1.2.3 to fix compatibility with Growl 1.3. ...stuconnolly2011-11-054-5/+21
* - Fix an issue in MCPConnection causing connection locking if the connection...rowanbeentje2011-10-281-1/+17
* - Update code to use NSStrings for NSTableColumn identifiers, as per 10.7 SDKrowanbeentje2011-10-171-1/+1
* * Fixes a minor bug where the server time zone would not be detected correctlydmoagx2011-10-071-1/+2
* QueryKit updates.stuconnolly2011-09-272-2/+5
* Fix test.stuconnolly2011-09-261-0/+1
* - Improve time zone checking to account for NULL timezones, which should add...rowanbeentje2011-09-121-3/+3
* QueryKit comments.stuconnolly2011-09-122-4/+13
* QueryKit additions.stuconnolly2011-09-106-24/+288