praeclarum / sqlite-net

Simple, powerful, cross-platform SQLite client and ORM for .NET
MIT License
4.05k stars 1.42k forks source link

SQLiteConnection::Query not works with LIKE operator with unicode characters #226

Open Hyde84 opened 11 years ago

Hyde84 commented 11 years ago

For example, query: SELECT * FROM Items WHERE (ItemName LIKE '%Стол%') not works through Query(), but same query works fine in same db through Server Explorer in Visual Studio

yariker commented 8 years ago

Any news on this one?

SongPing commented 5 years ago

Any news on this one?