Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrite SQLite database wrappers. | Jeff Brown | 2012-01-12 | 1 | -348/+0 |
* | fix this: closing database twice fails with IllegalStateException | Vasu Nori | 2010-09-27 | 1 | -2/+2 |
* | reduce synchronization on SQLiteDatabase wherever possible | Vasu Nori | 2010-09-27 | 1 | -87/+76 |
* | remove public API setConnectionPoolSize() | Vasu Nori | 2010-09-27 | 1 | -8/+6 |
* | add new param to device config properties: db connection pool size | Vasu Nori | 2010-09-21 | 1 | -7/+4 |
* | Revert "caching code retooled to reduce locking + handle SMP" | Vasu Nori | 2010-09-14 | 1 | -3/+2 |
* | caching code retooled to reduce locking + handle SMP | Vasu Nori | 2010-09-13 | 1 | -2/+3 |
* | do begin-end transaction before standalone insert/update/delete sql | Vasu Nori | 2010-08-02 | 1 | -0/+3 |
* | unittests for DatabaseConnectionPool (and fix bugs) | Vasu Nori | 2010-07-07 | 1 | -33/+85 |
* | read old version of data and use multiple connections to db | Vasu Nori | 2010-06-14 | 1 | -0/+309 |