Cached long arrays are never destroyed

Issue #69 resolved
Former user created an issue

Originally reported on Google Code with ID 69

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.

Reported by pdyoma on 2014-10-25 14:36:43

Comments (1)

  1. Former user Account Deleted
    This issue was closed by revision r383.
    

    Reported by evjava@almworks.com on 2014-10-27 14:54:57 - Status changed: Fixed

  2. Log in to comment