Closed GoogleCodeExporter closed 9 years ago
StringComparer.OrdinalIgnoreCase would also be useful here
Original comment by JJX...@gmail.com
on 22 Feb 2010 at 8:18
1) can you give me a code sample to reproduce
2) There is the keyword NOCASE to handle this
Original comment by noah.hart@gmail.com
on 22 Feb 2010 at 9:30
I am using NOCASE on all my columns.
I noticed that your SqliteCommand implementation removes any non-ASCII
character
when setting the CommandText property. This means that any non-ASCII character
in
any command will get changed to a question mark, such as the Chinese characters
in
your test code.
Unfortunately this happens when I run a long and complex process with lots of
Chinese data. I tried using just a small sample of the data and didn't get any
errors, although I had to use SqliteCommand with parameters to get around the
problem I mention above. If I can get it to reproduce with a small enough
sample
size to include in a project for you, I will do so.
Original comment by JJX...@gmail.com
on 22 Feb 2010 at 11:39
Looks to be problem with SqliteCommand, not C#-SQLite
Original comment by noah.hart@gmail.com
on 12 Mar 2010 at 11:31
Original comment by noah.hart@gmail.com
on 17 Feb 2011 at 2:00
Original issue reported on code.google.com by
JJX...@gmail.com
on 22 Feb 2010 at 8:15