aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDatabaseStructure.h
Commit message (Collapse)AuthorAgeFilesLines
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-16/+24
|
* - Clean up SPMySQL and QueryKit inclusion and search methods, which should ↵rowanbeentje2012-03-271-1/+4
| | | | | | | fix nightly builds - Fix warnings
* - Fix crashes caused by the database structure retrieval continuing briefly ↵rowanbeentje2012-03-181-1/+2
| | | | after the parent document was closed
* Final feature work on the SPMySQL branch before merging:rowanbeentje2012-03-141-0/+57
- Add a ping keepalive managing object to prevent retain cycles from the NSTimer - Add -[SPMySQLConnection copy] support - Refactor Hans-Jörg Bibiko's database structure retrieval, moving it out of the MySQL framework and building it around a copy of the connection. This reduces the amount of connections-over-time used by Sequel Pro to two constant connections (addressing Issue #1097) and improves robustness. - Use the database structure retrieval connection for faster query cancellation without an extra connection required, if possible