What steps will reproduce the problem?
var query = await db.Table<Patient>()
.Where(p => (p.Name.ToLower()
.Contains(queryText)))
.OrderBy(p => p.Name).ToListAsync();
p.Name is a string property.
What is the expected output? What do you see instead?
The application crashes with an SQLiteException: no such function: tolower
What version of the product are you using? On what operating system?
SQLite for Windows Runtime version 3.7.16.1
sqlite-net version 1.0.7
Windows 8
Please provide any additional information below.
Original issue reported on code.google.com by SerhiyPo...@gmail.com on 4 Apr 2013 at 9:38
Original issue reported on code.google.com by
SerhiyPo...@gmail.com
on 4 Apr 2013 at 9:38