aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPIndexesController.m
Commit message (Expand)AuthorAgeFilesLines
* Remove useless init and dealloc method comments and perform general tidy up.stuconnolly2013-01-221-17/+8
* - Add names for most threads created by Sequel Pro for easier debugrowanbeentje2012-10-141-2/+3
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+19
* Move the table structure's loading logic into it's own category.stuconnolly2012-07-041-1/+3
* Fix memory leaks.stuconnolly2012-05-021-1/+5
* When opening the add index sheet make sure we're using the correct table relo...stuconnolly2012-04-301-7/+14
* Add index sheet improvements:stuconnolly2012-04-301-25/+58
* - Clean up SPMySQL and QueryKit inclusion and search methods, which should f...rowanbeentje2012-03-271-4/+0
* tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTORsqlprodev2012-03-271-0/+4
* - Rework SPTableData PRIMARY KEY and UNIQUE KEY parsing to use SPSQLParser i...rowanbeentje2012-03-221-16/+1
* Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-7/+7
* Improve index addition, especially where key sizes are required:rowanbeentje2012-01-111-3/+28
* - Prevent export and indexes controller awakeFromNib: routines from being ru...rowanbeentje2011-08-251-0/+10
* Fixes for issue #1098:stuconnolly2011-07-041-3/+4
* merging SP_REFACTOR branch with trunksqlprodev2011-05-191-2/+53
* - Add the ability to double-click in empty areas of the main tableviews to a...rowanbeentje2011-04-251-0/+8
* Make some minor changes after reviewing r3271:rowanbeentje2011-04-141-3/+3
* initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U...sqlprodev2011-04-111-9/+19
* - Fix more compiler warningsrowanbeentje2011-03-151-8/+9
* fixed compiler warningssqlprodev2011-03-011-0/+4
* - Fix errors creating indexes, addressing Issue #946rowanbeentje2011-01-111-8/+8
* - Rework the Add Index indexes menu and the auto_increment index required me...rowanbeentje2011-01-041-14/+43
* • fixed by mistake setting of initialField to nil instead of initialFiledNa...Bibiko2011-01-031-1/+1
* Protect against potentially over-releasing.stuconnolly2010-12-281-1/+1
* When opening the add index sheet, the initial suggested field should be one t...stuconnolly2010-12-271-1/+23
* When adding a new index, exclude fields that have already been added from the...stuconnolly2010-12-261-2/+6
* When adding a new index, as well as checking for an existing primary key also...stuconnolly2010-12-251-4/+18
* Add a new category to SPDatabaseDocument, allowing code cleanup and moving ce...rowanbeentje2010-11-031-2/+2
* Update indexes controller constants.stuconnolly2010-10-191-5/+5
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-1/+0
* Fix a bug when adding a PRIMARY KEY index, introduced in r2742. Fixes issue #...stuconnolly2010-10-121-2/+2
* Add support for adding SPATIAL indexes on MyISAM tables. Also, update Localiz...stuconnolly2010-10-081-6/+18
* Various improvements to server capability/version checking, including:stuconnolly2010-10-071-1/+2
* Add support in the new index sheet for specifying an index's key block size (...stuconnolly2010-09-221-8/+29
* • fixed in [_addIndexUsingDetails:]: do not release supportsLength and requ...Bibiko2010-09-201-187/+208
* Add index sheet:stuconnolly2010-09-181-7/+7
* - When opening the add new sheet, ensure that the remove button is disabled w...stuconnolly2010-09-171-0/+10
* - Fix a UI validation bug when adding an additional indexed field with a leng...stuconnolly2010-09-171-2/+4
* New add index sheet, which includes:stuconnolly2010-09-171-143/+445
* • TableStructureBibiko2010-09-091-103/+103
* Remove an attempt to obtain a bool value from a var that is already one resul...stuconnolly2010-09-011-1/+1
* Fix various potential memory leaks and general warnings as a result of static...stuconnolly2010-08-191-1/+0
* Fix call to showErrorSheetWith: which should be made against SPTableStructure...stuconnolly2010-06-251-2/+2
* Revert a change made in r2320 that required an explicit name when adding new ...stuconnolly2010-06-151-26/+6
* • several fixes for index table in Structure viewBibiko2010-06-151-0/+18
* Split the management of a table's indexes (adding and removing) to its own co...stuconnolly2010-06-141-0/+524