

#Sqlite browser android download full#
Fixed an issue where attachedDbs was not returning the full list of attached databases.Fixed an issue where the cache directory might not be available to use for SupportSQLiteLock, thus a null File must be gracefully handled.FrameworkSupportSQLiteOpenHelper will now set the minimum SQL statement cache during migrations to avoid the problem. Avoid a framework issue where SQL queries would not get invalidated after a schema change during migrations.( 5df8698)Īndroidx.sqlite:sqlite:2.3.1, androidx.sqlite:sqlite-framework:2.3.1, and androidx.sqlite:sqlite-ktx:2.3.1 are released. Fixed a NullPointerException that could occur in SupportSQLiteQueryBuilder.Version 2.4.0-alpha01 contains these commits. Version 2.4 Version 2.4.0-alpha01Īndroidx.sqlite:sqlite:2.4.0-alpha01, androidx.sqlite:sqlite-framework:2.4.0-alpha01, and androidx.sqlite:sqlite-ktx:2.4.0-alpha01 are released.

You can add your vote to an existing issue byįor more information. In this library before you create a new one. Let us know if you discover new issues or have Implementation("androidx.sqlite:sqlite-framework:$sqlite_version")įor more information about dependencies, see Add build dependencies. Implementation("androidx.sqlite:sqlite-ktx:$sqlite_version") Implementation("androidx.sqlite:sqlite:$sqlite_version") Implementation "androidx.sqlite:sqlite-framework:$sqlite_version" Implementation of the AndroidX SQLite interfaces via the Android framework APIs. Implementation "androidx.sqlite:sqlite-ktx:$sqlite_version" Implementation "androidx.sqlite:sqlite:$sqlite_version"
