aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionDelegate.h
Commit message (Collapse)AuthorAgeFilesLines
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+19
|
* - Clean up SPMySQL and QueryKit inclusion and search methods, which should ↵rowanbeentje2012-03-271-5/+1
| | | | | | | fix nightly builds - Fix warnings
* tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTORsqlprodev2012-03-271-0/+4
|
* Warning: this branch commit is largely untested, and known to throw ↵rowanbeentje2012-02-231-4/+4
| | | | | | | | | | | | exceptions as database structure retrieval is currently missing! Further work on SPMySQLFramework integration: - Improve SPMySQL framework build settings including correct ppc builds and a Distribution configuration for the build distributions to match - Add new convenience querying and result methods to the framework - Amend Sequel Pro source to use the new SPMySQL.framework methods everywhere, replacing MCPKit methods where they differ and improving some functions - Remove MCPKit from the source - Fix a number of warnings on Release-style builds
* Fix more compiler warnings, including a few bugsrowanbeentje2011-03-081-0/+3
|
* fixed compiler warningssqlprodev2011-03-011-0/+2
|
* Split MCPConnection's delegate methods into it's own protocol.stuconnolly2010-10-201-1/+3
|
* Rename TableDocument to SPDatabaseDocument.stuconnolly2010-05-281-2/+2
|
* Add SPConnectionDelegate as a category of TableDocument to split out all ↵stuconnolly2009-11-131-0/+30
connection delegate methods into a single file.