Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -12/+19 |
| | |||||
* | - Clean up SPMySQL and QueryKit inclusion and search methods, which should ↵ | rowanbeentje | 2012-03-27 | 1 | -5/+1 |
| | | | | | | | fix nightly builds - Fix warnings | ||||
* | tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTOR | sqlprodev | 2012-03-27 | 1 | -0/+4 |
| | |||||
* | Warning: this branch commit is largely untested, and known to throw ↵ | rowanbeentje | 2012-02-23 | 1 | -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 bugs | rowanbeentje | 2011-03-08 | 1 | -0/+3 |
| | |||||
* | fixed compiler warnings | sqlprodev | 2011-03-01 | 1 | -0/+2 |
| | |||||
* | Split MCPConnection's delegate methods into it's own protocol. | stuconnolly | 2010-10-20 | 1 | -1/+3 |
| | |||||
* | Rename TableDocument to SPDatabaseDocument. | stuconnolly | 2010-05-28 | 1 | -2/+2 |
| | |||||
* | Add SPConnectionDelegate as a category of TableDocument to split out all ↵ | stuconnolly | 2009-11-13 | 1 | -0/+30 |
connection delegate methods into a single file. |