| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Bunch of improvements including uderlying database system support. | stuconnolly | 2012-07-14 | 20 | -53/+287 |
* | Add a new enum to allow us to specify the underlying database system we're ge... | stuconnolly | 2012-07-10 | 3 | -0/+46 |
* | Additional QueryKit tests. | stuconnolly | 2012-07-10 | 10 | -16/+146 |
* | Fix broken build. | stuconnolly | 2012-07-09 | 1 | -2/+2 |
* | Improve QueryKit's handling of quotes by making it on by default. Also, add a... | stuconnolly | 2012-07-09 | 16 | -137/+445 |
* | 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 |
* | Tidy up QueryKit warning settings. | stuconnolly | 2012-05-09 | 1 | -5/+11 |
* | Fix QueryKit warning. | stuconnolly | 2012-05-09 | 2 | -1/+31 |
* | Rework connection loss handling in SPMySQL, particularly to improve backgroun... | rowanbeentje | 2012-05-08 | 8 | -194/+281 |
* | Warning config. | stuconnolly | 2012-05-07 | 2 | -2/+4 |
* | Update make files to support accepting xcode default settings. | stuconnolly | 2012-05-07 | 2 | -9/+28 |
* | - Correctly call mysql_library_init() on application start, and mysql_thread... | rowanbeentje | 2012-04-18 | 5 | -1/+78 |
* | - Fix a number of small memory leaks | rowanbeentje | 2012-04-14 | 2 | -15/+6 |
* | - 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 |
* | - Improve mouse tracking logic in PSMTabBar, fixing dragging issues (Issue #... | rowanbeentje | 2012-04-02 | 1 | -1/+8 |
* | PSMTabBar improvements: | rowanbeentje | 2012-04-02 | 3 | -56/+44 |
* | - As console fetches can generally cause crashes on 10.5.8, disable them on ... | rowanbeentje | 2012-03-31 | 1 | -0/+0 |
* | - 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 |
* | - Turn off the QueryKit "Symbols hidden by default" setting on Release build... | rowanbeentje | 2012-03-28 | 1 | -1/+0 |
* | - Clean up SPMySQL and QueryKit inclusion and search methods, which should f... | rowanbeentje | 2012-03-27 | 3 | -25/+25 |
* | tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTOR | sqlprodev | 2012-03-27 | 1 | -0/+4 |
* | QueryKit: add clear method so query instances can be reused. | stuconnolly | 2012-03-25 | 2 | -0/+22 |
* | Fix build. | stuconnolly | 2012-03-25 | 1 | -1/+1 |
* | QueryKit: Add support for UPDATE queries. | stuconnolly | 2012-03-25 | 20 | -63/+397 |
* | Fix query formatting. | stuconnolly | 2012-03-24 | 1 | -1/+1 |
* | 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 |
* | - Bring SPMySQL Framework integration branch up to date with trunk | rowanbeentje | 2012-03-05 | 19 | -13/+1078 |
|\ |
|
| * | - Re-add QueryKit as a dependency, and correct framework paths and linking t... | rowanbeentje | 2012-02-26 | 1 | -3/+3 |
| * | More QueryKit SELECT tests. | stuconnolly | 2012-02-26 | 3 | -7/+57 |
| * | Add some more QueryKit tests. | stuconnolly | 2012-02-25 | 8 | -28/+292 |
| * | Move QueryKit to it's own project. | stuconnolly | 2012-02-25 | 15 | -10/+761 |
* | | 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 | 65 | -13791/+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 |
|/ |
|
* | - Make SPConnectionController a NSConnectionView subclass so that retain cyc... | rowanbeentje | 2012-01-21 | 1 | -1/+1 |
* | - Expicitly cast parameters before passing into NSString formatters assuming... | rowanbeentje | 2012-01-09 | 1 | -1/+1 |
* | - Add Zend Server CE compatibility to the default socket search list, path a... | rowanbeentje | 2012-01-05 | 1 | -0/+1 |
* | Update Growl framework to version 1.2.3 to fix compatibility with Growl 1.3. ... | stuconnolly | 2011-11-05 | 4 | -5/+21 |
* | - Fix an issue in MCPConnection causing connection locking if the connection... | rowanbeentje | 2011-10-28 | 1 | -1/+17 |
* | - Update code to use NSStrings for NSTableColumn identifiers, as per 10.7 SDK | rowanbeentje | 2011-10-17 | 1 | -1/+1 |
* | * Fixes a minor bug where the server time zone would not be detected correctly | dmoagx | 2011-10-07 | 1 | -1/+2 |