diff options
author | godzilla80@gmx.net <> | 2009-05-13 06:01:17 +0000 |
---|---|---|
committer | godzilla80@gmx.net <> | 2009-05-13 06:01:17 +0000 |
commit | 5d8f02c263283f1bf825f980ecf4ce8cab4013a3 (patch) | |
tree | 0b38f1a8bc25065c81ee0fd513ed3edd80d0664b /HISTORY | |
parent | 0269b09a498c0d5c98ba4cd9690827f65bb2d1b4 (diff) |
Fixed Issue#95 TMysqlMetaData::getShowCreateTable() throws TPhpErrorException "[Notice] Undefined index: Create Table" if table is a view
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ BUG: Issue#130 - TDbLogRoute::processLogs wrong values binding (Christophe) BUG: Issue#136 - TActiveDatePicker don't callback when ShowCalendar is false (Christophe) BUG: Issue#148 - Bad Oracle Support (E.Letard) BUG: Issue#150 - Multiple TDropContainers in same namingcontainer give error (Christophe) +BUG: Issue#95 - TMysqlMetaData::getShowCreateTable() throws TPhpErrorException "[Notice] Undefined index: Create Table" if table is a view BUG: URL wildcard patterns didn't work with subfolders BUG: TDbLogRoute::createDbTable: add AUTO_INCREMENT attribute to log_id column if driver is mysql (Yves) BUG: Ensure rendering of clientID in TActivePanel (Christophe) |