aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPExtendedTableInfo.m
Commit message (Expand)AuthorAgeFilesLines
* Merge SPDatabaseDocument (part of #2789)Max2018-01-201-1/+0
* Fix a case of "background thread updating UI" (#2916)Max Lohrmann2017-11-111-0/+2
* Add a check for table comment being NULLMax2017-05-171-2/+3
* Some changes suggested in PR #2606 to improve MySQL 5.8 handlingMax2016-11-011-1/+1
* Fix an issue with resetting auto_increment values (caused by previous commit)Max2016-02-151-1/+6
* Minimal refactoringMax2015-10-311-1/+1
* Replace a lot of SPBeginAlertSheet()s with the more concise SPOnewayAlertSheet()Max2015-10-201-12/+20
* Setting large auto_increment values (> 1000) could be misinterpreted as decim...Max2015-06-091-2/+3
* Formalize [x release], x = nil; conventionMax2015-01-041-1/+1
* Replace some NSDictionaries with literalsMax2014-12-131-1/+1
* Update URL in source file header to point to GitHub.Stuart Connolly2014-01-261-1/+1
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
* Trigger build.Stuart Connolly2014-01-121-0/+1
* - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab...rowanbeentje2013-05-211-1/+0
* Use constants instead of hard coded strings.stuconnolly2013-04-071-58/+82
* - Fix errors when editing or moving columns on server vesions which do not s...rowanbeentje2013-03-191-1/+1
* Remove useless init and dealloc method comments and perform general tidy up.stuconnolly2013-01-221-14/+11
* - Fix a problem where the row count for InnoDB would not be displayed as an ...rowanbeentje2013-01-211-0/+13
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-13/+22
* - Improve table change engine confirmation dialog by ordering out the sheet ...rowanbeentje2012-04-191-0/+1
* - Alphabetically sort table engines, addressing Issue #1316rowanbeentje2012-04-091-2/+8
* - Clean up SPMySQL and QueryKit inclusion and search methods, which should f...rowanbeentje2012-03-271-1/+1
* - Fix error message being displayed when changing a table's storage engine ev...stuconnolly2012-03-201-4/+5
* Add constants for MySQL 'system' databases.stuconnolly2012-03-171-1/+3
* Merge in the SPMySQL Framework. This new framework should provide much of th...rowanbeentje2012-03-171-12/+14
|\
| * Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-12/+14
* | * Moves the background color code for SPTextView into the class. Fixes #1073dmoagx2012-03-161-11/+0
* | Display a dialog whenever the user attempts to change the storage engine of a...stuconnolly2012-03-111-46/+118
|/
* Fix for issue 1168. Whenever the database is changed load all of the currentl...stuconnolly2011-09-041-1/+0
* Fix more compiler warnings, including a few bugsrowanbeentje2011-03-081-0/+2
* - Add a new -engineTypeQueryName method to SPServerSupport, with a correct s...rowanbeentje2011-01-131-1/+1
* * Recognize "performance_schema" as system DB (added in 5.5)dmoagx2010-12-181-5/+6
* Add a new category to SPDatabaseDocument, allowing code cleanup and moving ce...rowanbeentje2010-11-031-1/+1
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-1/+0
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-1/+0
* * Fix string width as reported by Alexander Vasiliev (ru)dmoagx2010-09-121-1/+1
* • added some basic VIEW INFORMATION coming from information.schema.VIEWSBibiko2010-08-301-88/+92
* Encoding changes and improvements, particularly to increase compatibility wit...rowanbeentje2010-08-251-2/+4
* • avoid exceptions if user tries to print the Table Status data of Views, ...Bibiko2010-07-071-22/+37
* • forgotten to remove placeholders and default values resp. of data textfie...Bibiko2010-07-071-9/+9
* • made Table Status view localisable and resized GUI elementsBibiko2010-07-071-10/+10
* - Fix exceptions and crashes caused by corrupt tables, disabled storage engi...rowanbeentje2010-06-021-1/+3
* Rename TableDocument to SPDatabaseDocument.stuconnolly2010-05-281-1/+1
* Rename TableSource to SPTableStructure.stuconnolly2010-05-271-1/+1
* Rename TablesList to SPTablesList.stuconnolly2010-05-271-1/+1
* Add missing space to auto increment value field on extended information view.stuconnolly2010-05-231-1/+1
* Rework alert sheets:rowanbeentje2010-05-091-4/+4
* Trim whitespace and newline characters from a table's comment returned by SPT...stuconnolly2010-05-031-1/+2
* When displaying a table/view's create syntax in the extended table informatio...stuconnolly2010-04-091-3/+5
* - Improve error checking for various actions, particularly permissions error...rowanbeentje2010-03-311-5/+6