You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please address this issue: it seems that Android has changed the implementation of its underlying code to prevent SQL injection, but your plugin does not provide compatibility for this situation. The Android version tested is 13, and the sqflite plugin version used is ^2.3.3+1.
The text was updated successfully, but these errors were encountered:
sqflite does not do parsing so there is not much I can do here and I think parameters are not allowed for limit and offset. You should fix your query with something like:
Please address this issue: it seems that Android has changed the implementation of its underlying code to prevent SQL injection, but your plugin does not provide compatibility for this situation. The Android version tested is 13, and the sqflite plugin version used is ^2.3.3+1.
The text was updated successfully, but these errors were encountered: