Actions
Bug #61738
closedADOdb: Set charset properly
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
Start date:
2014-09-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7.0
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Using ADOdb, the charset might no be set properly, since every database driver needs to define their own "SetCharSet" method. Every driver is extended from ADOConnection. "SetCharSet" of this class just returns FALSE.
There is already a pull request: https://github.com/ADOdb/ADOdb/pull/39
Actions