yiskang / csharp-sqlite

Automatically exported from code.google.com/p/csharp-sqlite
Other
0 stars 0 forks source link

Parsing problem with some, but not all Chinese #180

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
With query:

select ID, Data from [DictionaryQueryTest_zh_CHS] where ID = '着紧';

Exception:

unrecognized token: "'着紧';"

Stack:

       at Community.CsharpSqlite.SQLiteClient.SqliteCommand.GetNextStatement(String pzStart, String& pzTail, Vdbe& pStmt) in t:\JTLangExp\csharp-sqlite\Community.CsharpSqlite.SQLiteClient\src\SqliteCommand.cs:line 321

This line doesn't error:

select ID, Data from [DictionaryQueryTest_zh_CHS] where ID = '暴徒';

Original issue reported on code.google.com by John.Tho...@gmail.com on 4 Feb 2013 at 7:12

GoogleCodeExporter commented 8 years ago
BTW, this is using the Windows client.

Original comment by John.Tho...@gmail.com on 5 Feb 2013 at 1:02