| Commit message (Expand) | Author | Age | Files | Lines |
* | Use constants instead of hard coded strings. | stuconnolly | 2013-04-07 | 1 | -58/+82 |
* | - Fix errors when editing or moving columns on server vesions which do not s... | rowanbeentje | 2013-03-19 | 1 | -1/+1 |
* | Remove useless init and dealloc method comments and perform general tidy up. | stuconnolly | 2013-01-22 | 1 | -14/+11 |
* | - Fix a problem where the row count for InnoDB would not be displayed as an ... | rowanbeentje | 2013-01-21 | 1 | -0/+13 |
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -13/+22 |
* | - Improve table change engine confirmation dialog by ordering out the sheet ... | rowanbeentje | 2012-04-19 | 1 | -0/+1 |
* | - Alphabetically sort table engines, addressing Issue #1316 | rowanbeentje | 2012-04-09 | 1 | -2/+8 |
* | - Clean up SPMySQL and QueryKit inclusion and search methods, which should f... | rowanbeentje | 2012-03-27 | 1 | -1/+1 |
* | - Fix error message being displayed when changing a table's storage engine ev... | stuconnolly | 2012-03-20 | 1 | -4/+5 |
* | Add constants for MySQL 'system' databases. | stuconnolly | 2012-03-17 | 1 | -1/+3 |
* | Merge in the SPMySQL Framework. This new framework should provide much of th... | rowanbeentje | 2012-03-17 | 1 | -12/+14 |
|\ |
|
| * | Warning: this branch commit is largely untested, and known to throw exception... | rowanbeentje | 2012-02-23 | 1 | -12/+14 |
* | | * Moves the background color code for SPTextView into the class. Fixes #1073 | dmoagx | 2012-03-16 | 1 | -11/+0 |
* | | Display a dialog whenever the user attempts to change the storage engine of a... | stuconnolly | 2012-03-11 | 1 | -46/+118 |
|/ |
|
* | Fix for issue 1168. Whenever the database is changed load all of the currentl... | stuconnolly | 2011-09-04 | 1 | -1/+0 |
* | Fix more compiler warnings, including a few bugs | rowanbeentje | 2011-03-08 | 1 | -0/+2 |
* | - Add a new -engineTypeQueryName method to SPServerSupport, with a correct s... | rowanbeentje | 2011-01-13 | 1 | -1/+1 |
* | * Recognize "performance_schema" as system DB (added in 5.5) | dmoagx | 2010-12-18 | 1 | -5/+6 |
* | Add a new category to SPDatabaseDocument, allowing code cleanup and moving ce... | rowanbeentje | 2010-11-03 | 1 | -1/+1 |
* | - Split out all of SPExportController's delegate methods to their own category. | stuconnolly | 2010-10-24 | 1 | -1/+0 |
* | Considering nearly every class uses constants, import it via the prefix header. | stuconnolly | 2010-10-19 | 1 | -1/+0 |
* | * Fix string width as reported by Alexander Vasiliev (ru) | dmoagx | 2010-09-12 | 1 | -1/+1 |
* | • added some basic VIEW INFORMATION coming from information.schema.VIEWS | Bibiko | 2010-08-30 | 1 | -88/+92 |
* | Encoding changes and improvements, particularly to increase compatibility wit... | rowanbeentje | 2010-08-25 | 1 | -2/+4 |
* | • avoid exceptions if user tries to print the Table Status data of Views, ... | Bibiko | 2010-07-07 | 1 | -22/+37 |
* | • forgotten to remove placeholders and default values resp. of data textfie... | Bibiko | 2010-07-07 | 1 | -9/+9 |
* | • made Table Status view localisable and resized GUI elements | Bibiko | 2010-07-07 | 1 | -10/+10 |
* | - Fix exceptions and crashes caused by corrupt tables, disabled storage engi... | rowanbeentje | 2010-06-02 | 1 | -1/+3 |
* | Rename TableDocument to SPDatabaseDocument. | stuconnolly | 2010-05-28 | 1 | -1/+1 |
* | Rename TableSource to SPTableStructure. | stuconnolly | 2010-05-27 | 1 | -1/+1 |
* | Rename TablesList to SPTablesList. | stuconnolly | 2010-05-27 | 1 | -1/+1 |
* | Add missing space to auto increment value field on extended information view. | stuconnolly | 2010-05-23 | 1 | -1/+1 |
* | Rework alert sheets: | rowanbeentje | 2010-05-09 | 1 | -4/+4 |
* | Trim whitespace and newline characters from a table's comment returned by SPT... | stuconnolly | 2010-05-03 | 1 | -1/+2 |
* | When displaying a table/view's create syntax in the extended table informatio... | stuconnolly | 2010-04-09 | 1 | -3/+5 |
* | - Improve error checking for various actions, particularly permissions error... | rowanbeentje | 2010-03-31 | 1 | -5/+6 |
* | • Extended Table Info printing | Bibiko | 2010-03-13 | 1 | -0/+16 |
* | Add support for printing a table's create syntax with syntax highlighting. | stuconnolly | 2010-03-13 | 1 | -6/+21 |
* | Lots more printing support enhancements, including: | stuconnolly | 2010-03-13 | 1 | -19/+47 |
* | Localise SPExtendedTableInfo.m and remove use of multiple comments for locali... | stuconnolly | 2010-03-03 | 1 | -24/+25 |
* | In the extended table information view, hide rather than disable the 'reset a... | stuconnolly | 2010-03-01 | 1 | -2/+2 |
* | • Reset AUTO_INCREMENT in Table Info Pane uses inline entering of the new v... | Bibiko | 2010-02-23 | 1 | -4/+31 |
* | • implemented chance to reset AUTO_INCREMENT of the PRIMARY KEY field in Ta... | Bibiko | 2010-02-22 | 1 | -3/+15 |
* | - Trigger a full table reload when the table type is changed; makes relation... | rowanbeentje | 2010-02-06 | 1 | -1/+2 |
* | Address Issue #546 (format string bugs): | rowanbeentje | 2010-01-20 | 1 | -4/+5 |
* | • fixed: escape new entered comments in the Table Info Pane before applying... | Bibiko | 2010-01-12 | 1 | -1/+1 |
* | Replace the main toolbar's #define'd identifier constants with extern's. This... | stuconnolly | 2009-12-12 | 1 | -3/+3 |
* | - Make some thread safety improvements to improve on Issue #460 | rowanbeentje | 2009-11-18 | 1 | -4/+20 |
* | - Make some thread safety improvements to try to address Issue #460 | rowanbeentje | 2009-11-16 | 1 | -0/+1 |
* | When viewing the information_schema database, disable all controls on the tab... | stuconnolly | 2009-11-15 | 1 | -8/+13 |