index
:
sequelpro/.git
master
MySQL/MariaDB database management for macOS
Filipp Lepalaan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
SPIndexesController.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update indexes controller constants.
stuconnolly
2010-10-19
1
-5
/
+5
*
Considering nearly every class uses constants, import it via the prefix header.
stuconnolly
2010-10-19
1
-1
/
+0
*
Fix a bug when adding a PRIMARY KEY index, introduced in r2742. Fixes issue #...
stuconnolly
2010-10-12
1
-2
/
+2
*
Add support for adding SPATIAL indexes on MyISAM tables. Also, update Localiz...
stuconnolly
2010-10-08
1
-6
/
+18
*
Various improvements to server capability/version checking, including:
stuconnolly
2010-10-07
1
-1
/
+2
*
Add support in the new index sheet for specifying an index's key block size (...
stuconnolly
2010-09-22
1
-8
/
+29
*
• fixed in [_addIndexUsingDetails:]: do not release supportsLength and requ...
Bibiko
2010-09-20
1
-187
/
+208
*
Add index sheet:
stuconnolly
2010-09-18
1
-7
/
+7
*
- When opening the add new sheet, ensure that the remove button is disabled w...
stuconnolly
2010-09-17
1
-0
/
+10
*
- Fix a UI validation bug when adding an additional indexed field with a leng...
stuconnolly
2010-09-17
1
-2
/
+4
*
New add index sheet, which includes:
stuconnolly
2010-09-17
1
-143
/
+445
*
• TableStructure
Bibiko
2010-09-09
1
-103
/
+103
*
Remove an attempt to obtain a bool value from a var that is already one resul...
stuconnolly
2010-09-01
1
-1
/
+1
*
Fix various potential memory leaks and general warnings as a result of static...
stuconnolly
2010-08-19
1
-1
/
+0
*
Fix call to showErrorSheetWith: which should be made against SPTableStructure...
stuconnolly
2010-06-25
1
-2
/
+2
*
Revert a change made in r2320 that required an explicit name when adding new ...
stuconnolly
2010-06-15
1
-26
/
+6
*
• several fixes for index table in Structure view
Bibiko
2010-06-15
1
-0
/
+18
*
Split the management of a table's indexes (adding and removing) to its own co...
stuconnolly
2010-06-14
1
-0
/
+524