Another patch related to #1539 (simplifying unicode bad chars and preventing double encoding of safe chars)

This commit is contained in:
Miroslav Stampar
2015-11-16 15:02:30 +01:00
parent ca933fcf1d
commit 5593bf2fee
4 changed files with 14 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
<root>
<!-- MySQL -->
<dbms value="MySQL">
<cast query="CAST(%s AS CHAR)"/>
<cast query="CAST(%s AS CHAR CHARACTER SET latin1)"/>
<length query="CHAR_LENGTH(%s)"/>
<isnull query="IFNULL(%s,' ')"/>
<delimiter query=","/>