summaryrefslogtreecommitdiffstats
path: root/core/java/android/database/sqlite
Commit message (Expand)AuthorAgeFilesLines
* Throw if WAL enabled/disabled when connections are in use.Jeff Brown2012-03-212-13/+94
* Port the SQLite locale setting code to Java.Jeff Brown2012-03-153-22/+86
* Prefetch column names in bulk cursor adaptor.Jeff Brown2012-03-141-6/+1
* Fix potential NPE in SQLiteProgram.Jeff Brown2012-03-121-9/+9
* Don't close the database until all references released.Jeff Brown2012-03-064-186/+295
* Make SQLiteDatabase final.Jeff Brown2012-03-053-3/+5
* Allow the SQLite sync mode to be set independently for WAL.Jeff Brown2012-03-024-13/+39
* Add an API for deleting databases.Jeff Brown2012-03-011-0/+35
* Improve documentation of SQLite debugging options.Jeff Brown2012-03-011-2/+10
* Externalize more SQLite configuration options.Jeff Brown2012-02-294-24/+104
* Refactor SQLiteOpenHelper.Jeff Brown2012-02-294-195/+236
* Rename CancellationSignal using preferred spelling.Jeff Brown2012-02-028-173/+173
* Implement a cancelation mechanism for queries.Jeff Brown2012-01-279-130/+560
* Fix an inconsistent comment.Jeff Brown2012-01-251-4/+2
* Merge "Initialize SQLite as part of the android runtime."Jeff Brown2012-01-203-35/+10
|\
| * Initialize SQLite as part of the android runtime.Jeff Brown2012-01-203-35/+10
* | Merge "Fixes some javadoc."Pin Ting2012-01-201-3/+4
|\ \ | |/ |/|
| * Fixes some javadoc.Pin Ting2012-01-181-3/+4
* | Clean up SQLiteDebug natives.Jeff Brown2012-01-191-7/+5
* | Remove custom SQLITE_UNCLOSED error code.Jeff Brown2012-01-191-31/+0
* | Clean up SQLite debugging code.Jeff Brown2012-01-193-90/+6
* | Fix issues with reentrant SQLite triggers.Jeff Brown2012-01-185-103/+186
|/
* Rewrite SQLite database wrappers.Jeff Brown2012-01-1220-2566/+3969
* Add plumbing for dumping database info using dumpsys.Jeff Brown2011-12-161-0/+8
* Make SQLiteQuery and SQLiteProgram final.Jeff Brown2011-12-163-24/+12
* resolved conflicts for merge of bce45617 to masterJeff Brown2011-10-313-39/+42
|\
| * resolved conflicts for merge of 2d280f75 to ics-mr1Jeff Brown2011-10-303-29/+43
| |\
| | * Improve the slow query instrumentation.Jeff Brown2011-10-283-29/+43
* | | Optimize fillWindow to improve reverse-seek performance.Jeff Brown2011-10-282-17/+45
|/ /
* | Only populate stack when StrictMode will use it.Jeff Sharkey2011-10-262-5/+13
* | Fix typosMichael Chan2011-10-201-1/+1
* | Deprecate local-only CursorWindows.Jeff Brown2011-10-121-1/+1
|/
* Use ashmem for CursorWindows.Jeff Brown2011-10-111-1/+1
* Fix ownership of CursorWindows across processes.Jeff Brown2011-10-091-16/+1
* Merge changes Idbfeb3cc,I03e8e2e7,Iff9eed78Jeff Brown2011-10-073-228/+22
|\
| * Clean up CursorWindow lifetime.Jeff Brown2011-10-073-228/+22
* | Merge "Clean up CursorWindow code. Bug: 5332296"Jeff Brown2011-10-061-2/+2
|\ \ | |/
| * Clean up CursorWindow code.Jeff Brown2011-10-061-2/+2
* | Disable db_sample loggingChristopher Tate2011-10-051-3/+10
|/
* Add progress dialog for booting after an upgrade.Dianne Hackborn2011-08-221-0/+8
* Remove the obsolete function that is not used anymoreDaniel Lehmann2011-06-011-9/+0
* Enable strict mode as a public api to catch sql injectionsDaniel Lehmann2011-06-011-12/+58
* Remove the deprecated things from Config.java. These haven't been working sin...Joe Onorato2011-04-072-14/+12
* bug:4090903 allow bindargs on attach database statementVasu Nori2011-03-212-13/+7
* fix broken logTimeStat stuffVasu Nori2011-03-185-45/+58
* Handle rename of LruCache.entryEvicted to entryRemovedJesse Wilson2011-02-251-2/+3
* Revert "turn off sqlite WAL until bugs bug:3024421 and bug:3353077 are fixed"Paul Westbrook2011-02-171-47/+44
* Merge "add more debug info to help (bug:3446432)"Vasu Nori2011-02-111-1/+1
|\
| * add more debug info to help (bug:3446432)Vasu Nori2011-02-111-1/+1
* | Remove LruCache.setMaxSize().Jesse Wilson2011-02-111-73/+75