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
I got this Exception when trying to execute Select.columns("COUNT(*)"). ...
android.database.CursorWindowAllocationException: Cursor window allocation of 2048 kb failed. # Open Cursors=679 (# cursors opened by this proc=679)
After investigating your code, I guess it due to your fetchValue use a cursor but never close it. Please consider this issue, and please give us more Examples. I could not use regular SQL Queries by this library ...
The text was updated successfully, but these errors were encountered:
I got this Exception when trying to execute
Select.columns("COUNT(*)"). ...
After investigating your code, I guess it due to your
fetchValue
use a cursor but never close it. Please consider this issue, and please give us more Examples. I could not use regular SQL Queries by this library ...The text was updated successfully, but these errors were encountered: