diff options
author | godzilla80@gmx.net <> | 2009-11-08 15:11:14 +0000 |
---|---|---|
committer | godzilla80@gmx.net <> | 2009-11-08 15:11:14 +0000 |
commit | 3b9672007e822483653deaf8f1c117d6ecc58309 (patch) | |
tree | c7ad8dabdc6b7ffb8ba9ff0fee9e5daf6d76c9ef /HISTORY | |
parent | 3bcf04bf5084e049a00855db549ee2a7c34ad9ac (diff) |
- Fixed Issue #171 - <connection> tag in SqlMap config ignored in 3.1.5 and above, introduced by solving Issue#68
- move logic to instantiate TSqlMapManager from "protected function createSqlMapGateway()" to "public function getSqlMapManager()" since it is useful if you dynamicly create mapped statements that should be cached
- explicit return null in loadCachedSqlMapManager()
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ Version 3.1.7 To be released BUG: Issue#151 - TTextBox fails to display inital line break (Yves) BUG: Issue#157 - Enabled does not work properly on TActiveRadioButton/CheckBoxList controls (Bradley, Carl) BUG: Issue#166 - E_NOTICE level error in TDataGatewayCommand (Carl) +BUG: Issue#171 - <connection> tag in SqlMap config ignored in 3.1.5 and above, introduced by solving Issue#68 (Yves) 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) |