summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorknut <>2008-08-14 10:16:47 +0000
committerknut <>2008-08-14 10:16:47 +0000
commit13b1a1322567521e4ba7a51d2f11aa5b4c24a3b6 (patch)
treebd460102f678c6b727ea2f357ffb9d899f9322aa /HISTORY
parent9b940a6b86bf661eb66ad5752ecde1ec7a6358a8 (diff)
fixed #908
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 678be1d5..c6e036db 100644
--- a/HISTORY
+++ b/HISTORY
@@ -15,6 +15,8 @@ BUG: Ticket#872 - use PATH_SEPARATOR in phpunit.php (fragmaster b)
BUG: Ticket#886 - TSimpleDateFormatter: One month offset in time stamp with date pattern "yyyy" (Knut)
BUG: Ticket#897 - TSimpleDateFormatter: If no YearPattern is set it should default to current year (Knut)
BUG: Ticket#899 - TSqlCriteria: SQL-statements with limit and offset doesn't work (Knut)
+BUG: Ticket#904 - TDbConnection: Add emulate prepares workaround for boolean compares (Knut)
+BUG: Ticket#908 - TDbCache::init / Exception (Knut)
ENH: Added Prado.Validation.validateControl(id) on client side to validate a specific control (Michael)
ENH: Added MessageSource_Database to I18N (uses TDbConnection) (Michael)
ENH: Ticket#890 - Minor optimization: Use $var===null over is_null($var) (Knut)