aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - 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
* * Add support for ALTER DATABASE statement (needs review)dmoagx2013-03-174-39/+712
* - Add a stub override to fix exceptions when code receiving a SPMySQLEmptyRe...rowanbeentje2013-03-131-0/+4
* - 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-113-32595/+32771
* - Add a new SPMySQLEmptyResult class to SPMySQLFrameowkr, returning it inste...rowanbeentje2013-03-116-39/+215
* Adjust keywords list to fix auto capitalisation of "ON". avenjamin2013-03-111-1/+1
* * When adding a database the servers default charset is now showndmoagx2013-03-113-3/+10
* - Change the string '=' and '!=' to be case- and collation-insensitive by de...rowanbeentje2013-03-111-2/+2
* - Allow Favorites import to read favorites from an old preferences .plist fi...rowanbeentje2013-03-111-2/+10
* - Alter the preferences favourite minimum version to avoid issues with previ...rowanbeentje2013-03-101-7/+13
* Fix format string error in QueryKitavenjamin2013-03-101-1/+1
* Restore tab bar label when cancelling a connection. avenjamin2013-03-101-1/+2
* * Add support for querying the server default charset and collationdmoagx2013-03-104-34/+76
* - If the Custom Query editor view is active on window open, correctly set th...rowanbeentje2013-03-101-3/+6
* - Make the theme background apply to the query favourites editorrowanbeentje2013-03-101-7615/+7628
* - Set Sequel Pro to always run on Integrated Graphics on machines with both ...rowanbeentje2013-03-101-0/+2
* - Fix release builds after r4041rowanbeentje2013-03-102-0/+1
* Tweak and improve the User Manager:rowanbeentje2013-03-0911-7785/+7900
* * Add support for querying MySQL 4 for collationsdmoagx2013-03-073-0/+60
* - Fix crashes in the User Manager when fields don't validate but a save/canc...rowanbeentje2013-03-072-1/+14
* - Alter the content filter manager and the query favourite manager to import...rowanbeentje2013-03-062-22/+52
* - If date-type fields are cleared, and allow NULLs, save the cell value as N...rowanbeentje2013-03-062-3/+3
* - Fix an error parsing SQL inside an unterminated delimiter statement causin...rowanbeentje2013-03-051-1/+1
* - Apply schlabberdog's fix for log #3969, addressing Issue #1647rowanbeentje2013-03-051-0/+5
* - End editing for deleting content filter or query favourites, addressing ex...rowanbeentje2013-03-052-0/+8
* - Add support for export path tokens containing non-alphanumeric characters,...rowanbeentje2013-03-042-14/+68
* - Detect deleted or non-writable folders for export targets and give appropr...rowanbeentje2013-03-031-4/+34
* - Fix blurry text in a number of text views in 1.0.x (Possibly caused by IB ...rowanbeentje2013-03-031-32627/+32594
* - Alter the database creation sheet to correctly use the selected new databa...rowanbeentje2013-03-022-39/+16
* - Fix handling of primary keys listing multiple fields of which an early fie...rowanbeentje2013-03-011-1/+1
* - Fix escaping of backlsashes in non-LIKE clauses, addressing string matchin...rowanbeentje2013-02-281-12/+21
* Move the table triggers controller delegate methods to their own category.stuconnolly2013-02-214-65/+154