summaryrefslogtreecommitdiffstats
path: root/core/java/android/database/sqlite/SQLiteConnection.java
Commit message (Expand)AuthorAgeFilesLines
* Add handling SQLiteDatabaseCorruptException.muzbit.kim2015-10-251-0/+2
* Frameworks/base: Compile-time optimize SQLiteConnectionAndreas Gampe2015-04-211-7/+10
* AArch64: Use long for pointersAshok Bhat2014-01-081-33/+33
* am 601afaef: Merge "Someone\'s IDE chose the wrong Date."Elliott Hughes2013-05-061-1/+1
|\
| * Someone's IDE chose the wrong Date.Elliott Hughes2013-05-061-1/+1
* | Don't dump sql bindargs unless verbose mode is requested.Jeff Brown2013-05-011-7/+7
|/
* Merge "Keep native callbacks when primary SQLiteConnection is recreated"Jeffrey Brown2013-02-071-0/+7
|\
| * Keep native callbacks when primary SQLiteConnection is recreatedNiklas Brunlid2012-12-041-0/+7
* | Potential NPE in SQLiteConnectionSylvain Becuwe2012-10-281-1/+1
|/
* Move CancellationSignal to android.os package.Jeff Brown2012-05-071-2/+2
* Ensure that db connection reconfiguration can change the db.Jeff Brown2012-04-191-0/+2
* Add # of changed rows to executeForChangedRowCount logMakoto Onuki2012-04-161-2/+6
* Provide an API for enabling foreign key constraints.Jeff Brown2012-03-231-0/+18
* Support enabling WAL using a flag when DB is opened.Jeff Brown2012-03-231-2/+3
* Work around problems changing the database journal mode.Jeff Brown2012-03-221-29/+61
* Port the SQLite locale setting code to Java.Jeff Brown2012-03-151-20/+79
* Don't close the database until all references released.Jeff Brown2012-03-061-30/+35
* Allow the SQLite sync mode to be set independently for WAL.Jeff Brown2012-03-021-9/+16
* Externalize more SQLite configuration options.Jeff Brown2012-02-291-1/+51
* Rename CancellationSignal using preferred spelling.Jeff Brown2012-02-021-50/+50
* Implement a cancelation mechanism for queries.Jeff Brown2012-01-271-31/+137
* Initialize SQLite as part of the android runtime.Jeff Brown2012-01-201-2/+0
* Clean up SQLite debugging code.Jeff Brown2012-01-191-3/+5
* Fix issues with reentrant SQLite triggers.Jeff Brown2012-01-181-70/+130
* Rewrite SQLite database wrappers.Jeff Brown2012-01-121-0/+1149