summaryrefslogtreecommitdiffstats
path: root/core/java/android/database
Commit message (Expand)AuthorAgeFilesLines
* am 4fd60792: am 5262a108: Merge "Complete documentation of whereArgs (Issue #...Jeff Brown2013-02-081-0/+9
|\
| * Merge "Complete documentation of whereArgs (Issue #43061)"Jeff Brown2013-02-081-0/+9
| |\
| | * Complete documentation of whereArgs (Issue #43061)Tim Roes2013-01-251-0/+9
* | | am 2990ed7a: am 3c6ee5b5: am d2bec096: Merge "NullPointerException in SQLiteS...Jeffrey Brown2013-02-061-1/+1
|\ \ \ | |/ /
| * | Merge "NullPointerException in SQLiteSession"Jeffrey Brown2013-02-071-1/+1
| |\ \
| | * | NullPointerException in SQLiteSessionLászló Dávid2012-10-251-1/+1
* | | | am 4e68024c: am 1e48b386: am 04ce0d25: Merge "Keep native callbacks when prim...Jeffrey Brown2013-02-061-0/+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
| | | |/ | | |/|
* | | | am e646f943: am ca7b1210: am ea56499d: Merge "Potential NPE in SQLiteConnection"Jeffrey Brown2013-02-061-1/+1
|\ \ \ \ | |/ / /
| * | | Merge "Potential NPE in SQLiteConnection"Jeffrey Brown2013-02-071-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | Potential NPE in SQLiteConnectionSylvain Becuwe2012-10-281-1/+1
| | |/
* | | Fix cursor window leak when query execution fails.Jeff Brown2013-01-082-10/+24
|/ /
* | am 768d9e1a: Merge "Correct executable bit for source files"Kenny Root2012-11-071-0/+0
|\ \
| * | Correct executable bit for source filesKenny Root2012-11-071-0/+0
| |/
* | Use myUserId() only in registerContentObserver()Christopher Tate2012-10-031-1/+7
* | am 64ed6b2c: am d77d17c2: Merge "Fix cursor memory leak"Jean-Baptiste Queru2012-08-081-0/+3
|\ \ | |/
| * Merge "Fix cursor memory leak"Jean-Baptiste Queru2012-08-081-0/+3
| |\
| | * Fix cursor memory leakCatherine Liu2012-07-091-0/+3
| | * Fix Music import for Turkish locales.Elliott Hughes2012-01-091-1/+2
* | | Deprecate DatabaseUtils.InsertHelper.Jeff Brown2012-06-221-12/+32
|/ /
* | Enable SQLite configuration to be set with system properties.Jeff Brown2012-05-111-11/+20
* | Deprecate certain AbstractCursor fields.Jeff Brown2012-05-091-2/+8
* | Move CancellationSignal to android.os package.Jeff Brown2012-05-079-15/+15
* | Fix CancellationSignal deadlock.Jeff Brown2012-04-261-52/+55
* | 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
* | YieldTransaction should actually commit the transaction.Jeff Brown2012-03-271-4/+4
* | Provide an API for enabling foreign key constraints.Jeff Brown2012-03-235-2/+127
* | Support enabling WAL using a flag when DB is opened.Jeff Brown2012-03-235-82/+157
* | Merge "Work around problems changing the database journal mode."Jeff Brown2012-03-224-67/+72
|\ \
| * | Work around problems changing the database journal mode.Jeff Brown2012-03-224-67/+72
* | | Fix typo... and buildJean-Baptiste Queru2012-03-211-2/+2
|/ /
* | 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-154-27/+94
* | Prefetch column names in bulk cursor adaptor.Jeff Brown2012-03-148-210/+161
* | Fix potential NPE in SQLiteProgram.Jeff Brown2012-03-121-9/+9
* | Don't close the database until all references released.Jeff Brown2012-03-067-249/+350
* | 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
* | Support automatic cancellation of Loaders.Jeff Brown2012-02-011-0/+6
* | Merge "Implement a cancelation mechanism for queries."Jeff Brown2012-01-279-130/+560
|\ \
| * | Implement a cancelation mechanism for queries.Jeff Brown2012-01-279-130/+560
* | | Merge "Added JELLY_BEAN version name; update some targetSdkVersion docs."Dianne Hackborn2012-01-251-0/+1
|\ \ \ | |/ / |/| |
| * | Added JELLY_BEAN version name; update some targetSdkVersion docs.Dianne Hackborn2012-01-251-0/+1