diff options
author | rowanbeentje <rowan@beent.je> | 2011-01-04 02:31:18 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2011-01-04 02:31:18 +0000 |
commit | 12c773ff7f06a240e66a264b23261f0436e56175 (patch) | |
tree | 54f39a28c656800c0c213fd371958ed4638f5dfb /Resources | |
parent | e85f7dfdc240b9e5be2ff4cbe46727f49096f91f (diff) | |
download | sequelpro-12c773ff7f06a240e66a264b23261f0436e56175.tar.gz sequelpro-12c773ff7f06a240e66a264b23261f0436e56175.tar.bz2 sequelpro-12c773ff7f06a240e66a264b23261f0436e56175.zip |
- Rework the Add Index indexes menu and the auto_increment index required menu to use tag-based values when generating queries, allowing localisation of menu contents without using those localised values in queries. This addresses I$
- Remove the ability to specify a FULLTEXT auto_increment index, as I believe this isn't possible.
- Prevent sheet reuse from specifying invalid storage types for PRIMARY KEYs
- Fix exceptions when adding indexes to a table where every field is already indexed
- Fix initialField/indexedFieldNames check to improve on r3061
- Fix toggling advanced index view after closing the sheet with the view open
- Update localisable strings
Diffstat (limited to 'Resources')
-rw-r--r-- | Resources/English.lproj/DBView.strings | bin | 100620 -> 100436 bytes |
-rw-r--r-- | Resources/English.lproj/IndexesView.strings | bin | 6390 -> 6592 bytes |
-rw-r--r-- | Resources/English.lproj/Localizable.strings | bin | 211058 -> 211178 bytes |
3 files changed, 0 insertions, 0 deletions
diff --git a/Resources/English.lproj/DBView.strings b/Resources/English.lproj/DBView.strings Binary files differindex b2b0b4b9..f7096605 100644 --- a/Resources/English.lproj/DBView.strings +++ b/Resources/English.lproj/DBView.strings diff --git a/Resources/English.lproj/IndexesView.strings b/Resources/English.lproj/IndexesView.strings Binary files differindex ebbaab67..a2c1a5d7 100644 --- a/Resources/English.lproj/IndexesView.strings +++ b/Resources/English.lproj/IndexesView.strings diff --git a/Resources/English.lproj/Localizable.strings b/Resources/English.lproj/Localizable.strings Binary files differindex 18431777..345a08ee 100644 --- a/Resources/English.lproj/Localizable.strings +++ b/Resources/English.lproj/Localizable.strings |