-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wrong number of arguments to function trim() #359
Comments
Old issue but I am getting the same type of error. I am using SQLite-net-pcl 1.5.231. Whenever I use a Trim() in a Where() query I get a "wrong number of arguments to function trim()" error. For exemple, calling:
I get:
Should this error be reported in the SQLitePCL.raw project? |
any updates about the resolution? I'm still getting an exception whenever I try using |
Any solutions? I'm struggling with the same problem. |
Hi, I get the following error message in my Windows 8.1 project when I use Trim() in a query. I am using the following package: SQLite.Net.Core-PCL 3.1.1. I also have this error when I use Replace(" ", ""). Hope you are able to fix this. Please let me know if you need any more information. Thanks!
wrong number of arguments to function trim()
The text was updated successfully, but these errors were encountered: