-
Notifications
You must be signed in to change notification settings - Fork 87
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
Error: Queries can be performed using SQLiteDatabase query or rawQuery methods only. #65
Comments
Getting the same error with query @NeliHarbuzava Did you end up finding a workaround? |
I'm getting the same unknown error (code 0 SQLITE_OK): Queries can be performed using SQLiteDatabase query or rawQuery methods only. I'm working on it. |
Issue #65 Co-authored-by: Dev Null <[email protected]>
See craftzdog/react-native-sqlite-2#65 expo sqlite on android as an isSelect method to call a special query api, queries starting with WITH aren't considered select
This is the exact issue I am running into now, with the |
I am trying to get column names from table with following code:
But I get an exception:
Error: Queries can be performed using SQLiteDatabase query or rawQuery methods only.
The text was updated successfully, but these errors were encountered: