aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Add some overrides to SPMySQLEmptyResult to fix errors when running querie...rowanbeentje2013-08-142-1/+22
* - Add missing function declaration for 10.7 buildsrowanbeentje2013-08-141-0/+1
* Rework table content and custom query data loading and storage for speed incr...rowanbeentje2013-08-1331-670/+2046
* PostgresKit: Add a new property to return the number of rows affected by the ...stuconnolly2013-06-183-18/+29
* - Fix window update notification action within PSMTabBar, only redrawing the...rowanbeentje2013-06-132-6/+25
* Update test data script to set the timezone for the session.stuconnolly2013-05-261-0/+1
* Output test details in order to debug in build server.stuconnolly2013-05-261-0/+17
* * Fixes validation of "Show Optimized Field Type" item (issue #1729)dmoagx2013-05-241-0/+5
* - Address further Release/Distribution build warningsrowanbeentje2013-05-2215-64/+64
* - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab...rowanbeentje2013-05-2166-2144/+529
* PostgresKit: Add a common integration test case base.stuconnolly2013-05-217-92/+156
* Mssing from previous commit.stuconnolly2013-05-211-0/+6
* Comments.stuconnolly2013-05-211-1/+2
* PostgresKit: Implement -description on PGPostgresResult and add an associated...stuconnolly2013-05-213-0/+183
* 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-092-1/+5
* - Fix bit data conversion to strings to avoid memory trampling, addressing I...rowanbeentje2013-05-081-9/+19
* - Fix truncation of table content BINARY values which are being edited in-pl...rowanbeentje2013-05-062-3/+7
* * Include Spanish translators in Creditsdmoagx2013-05-061-23/+39
* 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
* - Update version number to 1.0.2rowanbeentje2013-04-282-2/+2
* - 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-268-33709/+33822
* * Changed a query (addressing issue #1687)dmoagx2013-04-243-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
* - Add a spotlight comment to allow easy location of Sequel Pro with other se...rowanbeentje2013-04-141-0/+3
* - Specify the NULL status of fields when creating view placeholders on expor...rowanbeentje2013-04-141-1/+5
* - Correctly link the SSH name field, fixing issues editing and automatically...rowanbeentje2013-04-141-9468/+9482
* 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-034-66/+149
* 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-015-60/+81
* - Alter the SPComboPopupButton to ignore clicks started in the left-hand par...rowanbeentje2013-04-013-5/+4
* Combine the "Run All" and "Run Current/Previous/Selection" buttons into a sin...rowanbeentje2013-03-3112-33392/+33958
* * Add support for specifying a collation when creating a tabledmoagx2013-03-203-33/+282
* 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