summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorgodzilla80@gmx.net <>2009-11-08 10:56:03 +0000
committergodzilla80@gmx.net <>2009-11-08 10:56:03 +0000
commit6da632f4b383fac1373ce308e80503c7603f1fc7 (patch)
tree7df1902765f60c70e6a622522dab268b808f86b3 /HISTORY
parentd497d076264c80a934d5837deda9fda727691663 (diff)
Fixed Issue #191 - Bad parsing of MySQL ENUM type column
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index c35be4d4..367877b9 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4,6 +4,7 @@ BUG: Issue#157 - Enabled does not work properly on TActiveRadioButton/CheckBoxLi
EHN: Issue#184 - THttpResponse doesn't support custom Content-Type headers, remove charset part of header if THttpResponse.Charset=false (Yves)
BUG: Issue#188 - TDbCache doesn't check if db connection is active. (Yves)
BUG: Issue#189 - Page State corrupted when EnableStateValidation=False (Christophe)
+BUG: Issue#191 - Bad parsing of MySQL ENUM type column (Yves)
BUG: Issue#198 - "Undefined variable: tagName" after error in application configuration. (Christophe)
BUG: Typo in TBoundColumn (Robin)
ENH: Add property ClientScriptManagerClass to TPageService and releated changes in TPage.getClientScript() (Yves)