aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPIndexesController.m
Commit message (Expand)AuthorAgeFilesLines
* 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