summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorxue <>2008-02-06 18:01:14 +0000
committerxue <>2008-02-06 18:01:14 +0000
commit2c48bf162f2a8e7cf13e8c53b1205cc0f65132e5 (patch)
treea423b807a5016684ba8b97dac19f5118adca7beb /HISTORY
parentabe35ff7bb2b7bdca24ac39e57be7a0b3ed4a330 (diff)
Fixed ticket#766, #786 - TDbCache does not work with MySQL and PostgreSQL
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index ae52b263..6798b7c7 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8,6 +8,7 @@ BUG: Ticket#750 - The "expire" parameter is used inconsistently in cache modules
BUG: Ticket#753 - Themes not allways being set (Qiang)
BUG: Ticket#776 - Logout button should not cause validation in blog tutorial (Qiang)
BUG: Ticket#785 - TDatePicker OnDateChanged event problem (Christophe)
+BUG: Ticket#766, #786 - TDbCache does not work with MySQL and PostgreSQL (Qiang)
BUG: Fixed a bug in TPropertyValue::ensureArray() (Qiang)
CHG: Changed TConditional so that the controls in its template behave like they are in its parent (Qiang)
CHG: Active Record many-to-many relationship change from self::HAS_MANY to self::MANY_TO_MANY (Wei)