Jeff Brown 559d0645ac Refactor SQLiteOpenHelper.
Combine the code for opening readable and writable databases.
This improves the handling of the case where a database cannot
be opened because it cannot be upgraded.  Previously we would
open the database twice: first read-write, then read-only, each
time failing due to the version check.  Now only open it once.

Removed the goofy locking logic related to upgrading a read-only
database to read-write.  We now do it in place by reopening the
necessary connections in the connection pool.

Change-Id: I6deca3fb90e43f4ccb944d4715307fd6fc3e1383
2012-02-29 17:02:04 -08:00
2012-02-29 17:02:04 -08:00
2012-02-16 19:26:35 -08:00
2012-02-27 13:03:08 -08:00
2012-02-27 13:03:08 -08:00
2012-02-23 16:39:15 -08:00
2012-01-17 11:57:27 -08:00
2012-02-10 11:41:41 -08:00
Description
No description provided
5.1 GiB
Languages
Java 77.3%
Kotlin 9.2%
PowerBuilder 6.6%
C++ 5.5%
AIDL 1%