aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* - Clean up SPMySQL and QueryKit inclusion and search methods, which should f...rowanbeentje2012-03-2742-108/+28
* tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTORsqlprodev2012-03-2729-43/+295
* - Fix incorrect queries when building up an export by removing the additiona...rowanbeentje2012-03-271-5/+7
* silence compiler warning about id return typesqlprodev2012-03-261-3/+3
* - Tidy up user manager code.stuconnolly2012-03-264-285/+354
* Add support for renaming users on MySQL versions less than 5.0.2 by directly ...stuconnolly2012-03-253-33/+113
* - Fix exceptions caused when resizing custom query columns which don't map t...rowanbeentje2012-03-241-3/+3
* Don't close the user manager after the user dismisses the errors sheet.stuconnolly2012-03-241-4/+0
* Remember to release the errors string even if we don't use it when applying u...stuconnolly2012-03-241-0/+2
* Fix layout issues when resizing the user manager's errors sheet.stuconnolly2012-03-241-0/+4
* Simply queries executed by user manager.stuconnolly2012-03-241-17/+13
* - Fix an exception when attempting to preserve the selection in a table with...rowanbeentje2012-03-245-14/+25
* - Alter the import field mapper controller to support multiple primary keys ...rowanbeentje2012-03-222-6/+10
* - Rework SPTableData PRIMARY KEY and UNIQUE KEY parsing to use SPSQLParser i...rowanbeentje2012-03-229-123/+199
* - Fix a possible race condition exception when switching between tables when...rowanbeentje2012-03-212-4/+8
* Update error message.stuconnolly2012-03-201-1/+1
* - Fix error message being displayed when changing a table's storage engine ev...stuconnolly2012-03-201-4/+5
* - When exporting a query result or filtered table view make sure we're includ...stuconnolly2012-03-2012-989/+1274
* - When cancelling a sort on the table content view, don't display an error m...rowanbeentje2012-03-201-1/+1
* - When refreshing the table content view, preserve column widths for columns...rowanbeentje2012-03-201-0/+12
* - Fix exceptions when using Show Optimized Field Type in the Structure pane ...rowanbeentje2012-03-201-0/+1
* - Fix crashes caused by using SPBundleHTMLOutputController windows, closing ...rowanbeentje2012-03-203-8/+12
* - Fix incorrect Copy as SQL INSERT processing leaving out commas; this addre...rowanbeentje2012-03-191-16/+13
* - Rewrite SPFontPreviewTextField to replace previous Colloquy-derived GPL-li...rowanbeentje2012-03-184-35/+26
* - Add a base64Encoding method for convenience when the result should be all ...rowanbeentje2012-03-183-2/+12
* - Remove the Colloquy-derived, GPL -[NSData base64EncodingWithLineLength:] m...rowanbeentje2012-03-185-74/+139
* - Fix crashes caused by the database structure retrieval continuing briefly ...rowanbeentje2012-03-183-4/+15
* Fix build errors.stuconnolly2012-03-171-4/+4
* Missing from previous commit.stuconnolly2012-03-171-3/+4
* Add constants for MySQL 'system' databases.stuconnolly2012-03-174-7/+32
* - Remove the GPL-licensed Colloquy-sourced NSNotificationAdditions category ...rowanbeentje2012-03-1710-201/+76
* Merge in the SPMySQL Framework. This new framework should provide much of th...rowanbeentje2012-03-1785-980/+1690
|\
| * - Fix a bug in the SPMySQL integration branch causing the table triggers lis...rowanbeentje2012-03-162-4/+4
| * More SPMySQLIntegration bugfixes:rowanbeentje2012-03-151-5/+5
| * More bugfixes to the SPMySQL integration branch:rowanbeentje2012-03-145-9/+11
| * SPMySQL integration bugfixes:rowanbeentje2012-03-142-7/+5
| * Final feature work on the SPMySQL branch before merging:rowanbeentje2012-03-1410-20/+752
| * - Bring SPMySQL Framework integration branch up to date with trunkrowanbeentje2012-03-054-4/+43
| |\
| * | Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-2381-949/+897
* | | * Moves the background color code for SPTextView into the class. Fixes #1073dmoagx2012-03-164-37/+6
* | | Display a dialog whenever the user attempts to change the storage engine of a...stuconnolly2012-03-111-46/+118
| |/ |/|
* | - Fix a retain cycle in SPNarrowDownCompletion popups while the structure is...rowanbeentje2012-03-041-0/+7
* | * Fixes a crash on 10.6 when closing a connection (Overrelease of MCPConnection)dmoagx2012-03-041-1/+1
|/
* - Cleanup: improve compatibility with 10.7 SDK to reduce compiler warningsrowanbeentje2012-02-0825-99/+98
* Fix minor copying and saving console view content issues.stuconnolly2012-01-292-16/+23
* - Make SPConnectionController a NSConnectionView subclass so that retain cyc...rowanbeentje2012-01-212-4/+1
* When editing a FLOAT field in the field editor, don't include the decimal pla...stuconnolly2012-01-161-27/+64
* - Fix connection Growl notifications for background tabs to show the correct...rowanbeentje2012-01-151-1/+8
* When exporting a query result as CSV ensure that we're allowing the exporter ...stuconnolly2012-01-143-162/+204
* Protect against dodgy preference data that may case bounds exceptions when se...stuconnolly2012-01-113-5/+7