summaryrefslogtreecommitdiffstats
path: root/core/java/android/database
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | | Fix an inconsistent comment.Jeff Brown2012-01-251-4/+2
|/ /
* | Merge "Inform ContentObservers about the changed content Uri."Jeff Brown2012-01-235-17/+104
|\ \
| * | Inform ContentObservers about the changed content Uri.Jeff Brown2012-01-235-17/+104
* | | Merge "Clean up content observer code."Jeff Brown2012-01-234-79/+103
|\ \ \ | |/ /
| * | Clean up content observer code.Jeff Brown2012-01-234-79/+103
* | | Merge "Delete dead code."Jeff Brown2012-01-201-17/+0
|\ \ \ | |/ /
| * | Delete dead code.Jeff Brown2012-01-201-17/+0
* | | 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
* | Clean up database tests a little bit.Jeff Brown2012-01-121-3/+3
* | Fix Music import for Turkish locales.Elliott Hughes2012-01-031-1/+2
* | 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
* | Fix JavaDoc typos.Jeff Brown2011-11-081-4/+4
* | resolved conflicts for merge of bce45617 to masterJeff Brown2011-10-313-39/+42
|\ \ | |/
| * resolved conflicts for merge of 2d280f75 to ics-mr1Jeff Brown2011-10-304-29/+61
| |\
| | * Merge "Improve the slow query instrumentation." into ics-mr0Jeff Brown2011-10-284-29/+61
| | |\