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
Some kind of limitaion from SQlite side or is it fixable?
android.database.sqlite.SQLiteException: Row too big to fit into CursorWindow requiredPos=80751, totalRows=80091
at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:186)
at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:142)
at android.database.BulkCursorProxy.getWindow(BulkCursorNative.java:166)
at android.database.BulkCursorToCursorAdaptor.onMove(BulkCursorToCursorAdaptor.java:82)
at android.database.AbstractCursor.moveToPosition(AbstractCursor.java:255)
at android.database.AbstractCursor.moveToNext(AbstractCursor.java:287)
at android.database.CursorWrapper.moveToNext(CursorWrapper.java:206)
at m1.c$a.O(FlutterContacts.kt:24)
at m1.c$a.P(FlutterContacts.kt:1)
at m1.d$g.n(FlutterContactsPlugin.kt:155)
at h5.a.h(ContinuationImpl.kt:12)
at z5.t0.run(DispatchedTask.kt:124)
at e6.o$a.run(LimitedDispatcher.kt:4)
at g6.k.run(Tasks.kt:3)
at g6.a.M(CoroutineScheduler.kt:1)
at g6.a$c.d(CoroutineScheduler.kt:15)
at g6.a$c.p(CoroutineScheduler.kt:29)
at g6.a$c.run(CoroutineScheduler.kt:1)
The text was updated successfully, but these errors were encountered:
scaleit-lt
changed the title
SQLiteException android.database.DatabaseUtils in readExceptionFromParcel
[android] SQLiteException android.database.DatabaseUtils in readExceptionFromParcel
Dec 22, 2024
Some kind of limitaion from SQlite side or is it fixable?
android.database.sqlite.SQLiteException: Row too big to fit into CursorWindow requiredPos=80751, totalRows=80091
at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:186)
at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:142)
at android.database.BulkCursorProxy.getWindow(BulkCursorNative.java:166)
at android.database.BulkCursorToCursorAdaptor.onMove(BulkCursorToCursorAdaptor.java:82)
at android.database.AbstractCursor.moveToPosition(AbstractCursor.java:255)
at android.database.AbstractCursor.moveToNext(AbstractCursor.java:287)
at android.database.CursorWrapper.moveToNext(CursorWrapper.java:206)
at m1.c$a.O(FlutterContacts.kt:24)
at m1.c$a.P(FlutterContacts.kt:1)
at m1.d$g.n(FlutterContactsPlugin.kt:155)
at h5.a.h(ContinuationImpl.kt:12)
at z5.t0.run(DispatchedTask.kt:124)
at e6.o$a.run(LimitedDispatcher.kt:4)
at g6.k.run(Tasks.kt:3)
at g6.a.M(CoroutineScheduler.kt:1)
at g6.a$c.d(CoroutineScheduler.kt:15)
at g6.a$c.p(CoroutineScheduler.kt:29)
at g6.a$c.run(CoroutineScheduler.kt:1)
The text was updated successfully, but these errors were encountered: