You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 4 Feb 2013 at 7:12
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 4 Feb 2013 at 7:12The text was updated successfully, but these errors were encountered: