Anyone ever see sqliteblobTooBigException when trying native sqlite mode?

15 views
Skip to first unread message

Ken Yee

unread,
Nov 26, 2021, 2:11:15 PM11/26/21
to Robolectric
Test is fairly simple and works fine in legacy sqlite mode

try (SQLiteDatabase db = createDatabase(PlatformSafeSQLiteCursor.createFactory(null));
SQLiteCursor cursor = ObjectUtils.cast(db.query("test_table", null, null, null, null, null, null))) {
// Check that the safe cursor validates the position.
assertThat(cursor.onMove(0, 20))
.isFalse();
}

Ken Yee

unread,
Dec 1, 2021, 2:22:25 PM12/1/21
to Robolectric
Logged repro unit test w/ issue: https://github.com/robolectric/robolectric/issues/6899
Reply all
Reply to author
Forward
0 new messages