SQLiteLongArrays allocated with SQLiteConnection#createArray(String, boolean)
when second parameter is true are never destroyed.
They are not destroy even when connection is disposed.
I suspect that this bug causes failures of my tests - they fail if tests
working with in-memory database are started after test which works with
file-database (both uses arrays). The failure is 100% reproducable on window
and 0% on Linux.
Original issue reported on code.google.com by pdy...@gmail.com on 25 Oct 2014 at 2:36
Original issue reported on code.google.com by
pdy...@gmail.com
on 25 Oct 2014 at 2:36