Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fix crashes caused by the database structure retrieval continuing briefly ↵ | rowanbeentje | 2012-03-18 | 1 | -3/+12 |
| | | | | after the parent document was closed | ||||
* | SPMySQL integration bugfixes: | rowanbeentje | 2012-03-14 | 1 | -7/+4 |
| | | | | | | | - Fix a bug where the socket path would not be autodetected if an empty string was supplied - Fix a bug fetching primary key column names for tables - Fix a bug building database structures on MySQL 3.x servers | ||||
* | Final feature work on the SPMySQL branch before merging: | rowanbeentje | 2012-03-14 | 1 | -0/+647 |
- 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 |