aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Fix warning.stuconnolly2013-10-241-57/+55
* Minor change to push build through.stuconnolly2013-10-241-1/+0
* * This change adds basic tab coloring support for favorites - ** POC / NEEDS ...dmoagx2013-10-2312-7/+741
* Issue #1369: Fix the display of cross database relations.stuconnolly2013-10-212-9/+22
* Allow opened SQL files to be saved back to the original file, addressing Issu...rowanbeentje2013-09-088-110/+69
* - Fix an issue that could cause invalid SQL exports if table contents change...rowanbeentje2013-09-051-47/+35
* - Add .sql files opened via File > Open to the Recent Files menu for Issue #...rowanbeentje2013-09-031-0/+2
* - Fix an uninitialised value in the custom query line number view which coul...rowanbeentje2013-08-281-0/+1
* - Add the ability for SPTextAndLinkCell arrows to be selectively disabled on...rowanbeentje2013-08-273-7/+25
* - Fix exceptions when shift-tabbing back from a very early cell in the Struc...rowanbeentje2013-08-261-2/+2
* - Fix occasional exceptions when saves of new fields in the table structure ...rowanbeentje2013-08-261-7/+6
* - Improve thread safety within the console window, triggering draw and view ...rowanbeentje2013-08-261-6/+8
* - Fix an exception on 10.6 when clicking below the table list rows (http://s...rowanbeentje2013-08-251-6/+17
* - Ensure the table row counts are correctly updated when reloading tables - ...rowanbeentje2013-08-221-0/+2
* - Fix hanging waiting for new result store to return if there was a query er...rowanbeentje2013-08-141-1/+1
* Rework table content and custom query data loading and storage for speed incr...rowanbeentje2013-08-1312-495/+474
* * Fixes validation of "Show Optimized Field Type" item (issue #1729)dmoagx2013-05-241-0/+5
* - Address further Release/Distribution build warningsrowanbeentje2013-05-2212-62/+62
* - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab...rowanbeentje2013-05-2149-130/+112
* Issue #1515: Add support for fractional seconds in date/time data types on se...stuconnolly2013-05-123-11/+27
* Issue #1717: Custom query export validation only needs to know the number of ...stuconnolly2013-05-113-25/+34
* - Fix hangs when adding columns to large tables after the table has beeen vi...rowanbeentje2013-05-091-1/+5
* - Fix truncation of table content BINARY values which are being edited in-pl...rowanbeentje2013-05-062-3/+7
* Update localisation comment.stuconnolly2013-04-291-1/+1
* Issue #1536: Add the option to force delete a table, which will disable then ...stuconnolly2013-04-292-68/+114
* - Fix another issue causing ALTER statements to error for binary column type...rowanbeentje2013-04-281-1/+1
* * Fix ivars from last commitdmoagx2013-04-261-0/+10
* * Move some duplicate code for charset/collation to it's own classdmoagx2013-04-266-256/+462
* * Changed a query (addressing issue #1687)dmoagx2013-04-242-16/+16
* * Composite Foreign Keys will now show all columns in Relation view (workaround)dmoagx2013-04-214-8/+16
* - Fix string type detection, addressing errors when converting string types ...rowanbeentje2013-04-163-4/+4
* - Specify the NULL status of fields when creating view placeholders on expor...rowanbeentje2013-04-141-1/+5
* Use constants instead of hard coded strings.stuconnolly2013-04-071-58/+82
* - Fix process list kill query/connection actions not using the correct ID if...rowanbeentje2013-04-031-3/+3
* Split the process list controller's table view data source and delegate metho...stuconnolly2013-04-033-64/+133
* Issue #1601: Fix menu items not being validated properly once a connection is...stuconnolly2013-04-031-49/+63
* - Fix newline warningsrowanbeentje2013-04-031-1/+1
* - Move the SPBeginWaitingAlertSheet function to a beginWaitingAlertSheetWith...rowanbeentje2013-04-035-111/+139
* - Fix validation of the "Add to Favorites" File menu item when editing past ...rowanbeentje2013-04-021-3/+3
* - Fix query status and error message title to not always suggest an error ha...rowanbeentje2013-04-012-0/+6
* - Alter the SPComboPopupButton to ignore clicks started in the left-hand par...rowanbeentje2013-04-012-5/+4
* Combine the "Run All" and "Run Current/Previous/Selection" buttons into a sin...rowanbeentje2013-03-316-71/+512
* * Add support for specifying a collation when creating a tabledmoagx2013-03-202-4/+89
* Fix build warning.stuconnolly2013-03-191-0/+1
* - Fix errors when editing or moving columns on server vesions which do not s...rowanbeentje2013-03-194-19/+10
* Make some small tweaks to string BINARY handling:rowanbeentje2013-03-171-5/+3
* * Add support for ALTER DATABASE statement (needs review)dmoagx2013-03-172-0/+141
* - Correctly reset document state for setting it from file/when duplicating t...rowanbeentje2013-03-131-2/+3
* - Improve startup when loading from file, preventing overwrite of details re...rowanbeentje2013-03-123-2/+12
* * Adding the possibility to set a collation when creating a databasedmoagx2013-03-112-1/+87