diff options
author | godzilla80@gmx.net <> | 2009-04-15 20:50:07 +0000 |
---|---|---|
committer | godzilla80@gmx.net <> | 2009-04-15 20:50:07 +0000 |
commit | 6761036cbd97fbc7e7f4f260730c486c6b95a299 (patch) | |
tree | a95a9bb13fbdf7b87a903af10fbb610c2acde6f5 /HISTORY | |
parent | 37cd9aec35acd0cd03946fc6f26d7fe02c3c5d48 (diff) |
TDbLogRoute::createDbTable: add AUTO_INCREMENT attribute to log_id column if driver is mysql
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ Version 3.1.5 (to be released) 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/ENH: TSqlMapCacheModel now consider <flushInterval> tag as described in doc (sqlmap.pdf) - valid attributes are duration in sec or seconds, minutes, hours, days (Yves) BUG: Issue#88 - SQLMap $Param$ re-evaluation bug (Yves) BUG: Issue#120 - TActiveDropDownList PromptText and PromptValue got lost during callback and data rebind (Yves) |