Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New add index sheet, which includes: | stuconnolly | 2010-09-17 | 1 | -256/+1317 |
| | | | | | | | | | - The ability to easily index multiple columns - The ability to specify the storage type (HASH or BTREE) that should be used when available and permitted - The ability to specify a length prefix when indexing a specific column (required on TEXT columns) Requires lots of testing. | ||||
* | - Make another couple of strings localisable, and tweak layout of CREATE ↵ | rowanbeentje | 2010-08-01 | 1 | -21/+1303 |
| | | | | indexes view labels | ||||
* | Add an optional placeholder to the new index name field. | stuconnolly | 2010-06-15 | 1 | -0/+1 |
| | |||||
* | Revert a change made in r2320 that required an explicit name when adding new ↵ | stuconnolly | 2010-06-15 | 1 | -3/+5 |
| | | | | index. | ||||
* | Split the management of a table's indexes (adding and removing) to its own ↵ | stuconnolly | 2010-06-14 | 1 | -0/+2261 |
controller and XIB in preparation for the UI redesign. |