Bug #28453 | MySQL ODBC should respect "NO_BACKSLASH_ESCAPES" SQL mode | ||
---|---|---|---|
Submitted: | 15 May 2007 19:49 | Modified: | 18 May 2007 15:20 |
Reporter: | Michael Lee | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | Connector / ODBC | Severity: | S2 (Serious) |
Version: | 3.51.X | OS: | Windows |
Assigned to: | CPU Architecture: | Any | |
Tags: | backslash, BIG5, MySQL ODBC, NO_BACKSLASH_ESCAPES |
[15 May 2007 19:49]
Michael Lee
[15 May 2007 20:22]
Jim Winstead
This is a duplicate of Bug #9498.
[18 May 2007 15:20]
Michael Lee
Yes! This bug might be a duplicated bug. However, is there any way to make MySQL + MySQL ODBC work when I use BIG5 character set? The real problem is that MySQL ODBC will always convert backslashes inside a BIG5 character into '\\', which is not correct. In most cases, MySQL server will ignore the second backslash and causes no error. However, in some cases (for example, the BIG5 character with backslash is the last character in a line), MySQL server will fail to parse the SQL provided by MySQL ODBC.