summaryrefslogtreecommitdiffstats
path: root/core/java/android/database/sqlite/DatabaseConnectionPool.java
Commit message (Expand)AuthorAgeFilesLines
* Rewrite SQLite database wrappers.Jeff Brown2012-01-121-348/+0
* fix this: closing database twice fails with IllegalStateExceptionVasu Nori2010-09-271-2/+2
* reduce synchronization on SQLiteDatabase wherever possibleVasu Nori2010-09-271-87/+76
* remove public API setConnectionPoolSize()Vasu Nori2010-09-271-8/+6
* add new param to device config properties: db connection pool sizeVasu Nori2010-09-211-7/+4
* Revert "caching code retooled to reduce locking + handle SMP"Vasu Nori2010-09-141-3/+2
* caching code retooled to reduce locking + handle SMPVasu Nori2010-09-131-2/+3
* do begin-end transaction before standalone insert/update/delete sqlVasu Nori2010-08-021-0/+3
* unittests for DatabaseConnectionPool (and fix bugs)Vasu Nori2010-07-071-33/+85
* read old version of data and use multiple connections to dbVasu Nori2010-06-141-0/+309