Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the dependency on information_schema for table encodings. | stuconnolly | 2009-07-20 | 1 | -4/+4 |
| | |||||
* | Include a hard coded list of encodings and collations in SPDatabaseData to ↵ | stuconnolly | 2009-07-20 | 1 | -5/+13 |
| | | | | remove the depdendency on the information_schema database when its not available or accessible. | ||||
* | MyISAM tables report the exact number of rows in a table in the output of ↵ | stuconnolly | 2009-07-07 | 1 | -0/+4 |
| | | | | SHOW TABLE STATUS so don't prefix the row count with '~'. | ||||
* | Accommodate all MySQL versions when getting the list of storage engines. | stuconnolly | 2009-06-19 | 1 | -1/+1 |
| | |||||
* | • Table Info | Bibiko | 2009-05-28 | 1 | -4/+13 |
| | | | | | - show create syntax for views - fixed editing behaviour of the Comments field (esp. for views) | ||||
* | Bind the table create syntax text view's backgroud colour upon awakeFromNib. | stuconnolly | 2009-05-27 | 1 | -0/+17 |
| | |||||
* | We don't need to manually set the create syntax text view font because of ↵ | stuconnolly | 2009-05-27 | 1 | -8/+0 |
| | | | | the binding. | ||||
* | Redesigned table information pane. | stuconnolly | 2009-05-27 | 1 | -0/+358 |