Actions
Bug #16387
closedDBAL should honour forceCharset setting
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2006-07-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
DBAL (and the standard installer) should honour forceCharset setting when creating a DB and when creating tables and columns.
Many DB systems support a (default) charset/collation of a DB scheme. On some DBs you may or even must use specific column type settigns for specific charsets. eg you may set a charset for columns in Mysql but you must use NVARCHAR for Unicode data in Oracle.
(issue imported from #M3899)
Actions