Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Change the remove relation confirmation dialog to a sheet as opposed to a ↵ | stuconnolly | 2009-06-24 | 1 | -34/+48 | |
| | | | | modal dialog. | |||||
* | Remove table column from relations table view as its redundant data. | stuconnolly | 2009-06-24 | 1 | -1/+0 | |
| | ||||||
* | - Tweak to table relations to allow data refreshing to optionally clear the ↵ | rowanbeentje | 2009-06-23 | 1 | -28/+37 | |
| | | | | master data cache; removes the duplicate CREATE TABLE command on table load, reducing overall queries and so improving speed further | |||||
* | Various enhancements to relation functionality, including: | stuconnolly | 2009-06-03 | 1 | -192/+204 | |
| | | | | | | | - Only presenting valid tables for possible relations, that is InnoDB tables. - Only presenting valid columns for possible relations, that is columns of the same data type. - Loads of interface validation. | |||||
* | More header updates for source files, including Subversion Id property. | stuconnolly | 2009-05-19 | 1 | -0/+2 | |
| | ||||||
* | Source tidy up including standard header for all source files. | stuconnolly | 2009-05-18 | 1 | -1/+0 | |
| | ||||||
* | Updates to add relation sheet. | stuconnolly | 2009-05-18 | 1 | -5/+1 | |
| | ||||||
* | Minor updates to table relation dialogs. | stuconnolly | 2009-05-18 | 1 | -24/+21 | |
| | ||||||
* | Fix an issue where by selecting a table with relations and then selecting ↵ | stuconnolly | 2009-05-18 | 1 | -6/+9 | |
| | | | | one which doesn't still displays the relations of the previously selected table. | |||||
* | Rename TableRelations.[hm] to SPTableRelations.[hm] so we it was created by ↵ | stuconnolly | 2009-05-18 | 1 | -0/+363 | |
the SP team. |