Details
-
Type:
Task
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.7
-
Fix Version/s: 1.8
-
Component/s: services.jcr.core
-
Similar issues:
JCR-862MySQL init script fails when UTF8 is in use
-
- Environment:
-
MySQL 5.0 and higher

A dialect 'mysql-utf8' added.
It only suitable for JDBC container not for JDBC configuration persister ('mysql' or 'mysql-utf8' may be used there).
The dialect can be used not only for datbases with charset UTF8.
It will work for any default charset if UTF for columns is supported (MySQL 4.1 and higher).
UTF8 used only for Item NAME column actually.