summaryrefslogtreecommitdiff
path: root/core/java/android/database
Commit message (Expand)AuthorAgeFilesLines
* Make SQLiteDebug @TestApiFyodor Kupolov2018-05-071-0/+1
* docs: fixed typoJoshua Baxter2018-03-271-1/+1
|\
| * docs: fixed typoJoshua Baxter2018-03-261-1/+1
* | Include additional information in the dumpsysFyodor Kupolov2018-03-203-3/+12
* | Introduced DISABLE_COMPATIBILITY_WAL flagFyodor Kupolov2018-03-065-23/+29
* | Added SQLiteOpenHelper.setOpenParamsFyodor Kupolov2018-02-121-3/+26
* | Frameworks: Annotate trivial @GuardedBy in core/javaAndreas Gampe2018-02-081-0/+12
* | Merge "Fix JavaDoc for enableWriteAheadLogging"Fyodor Kupolov2018-02-071-1/+0
|\ \
| * | Fix JavaDoc for enableWriteAheadLoggingFyodor Kupolov2018-02-021-1/+0
* | | Pass in the user defined by Context.Jeff Sharkey2018-02-031-1/+1
|/ /
* | @FastNative for CursorWindowChris Craik2018-01-261-7/+23
* | Clarify usage of context in the JavaDocFyodor Kupolov2018-01-181-4/+4
* | Enabled SQLiteCompatibilityWalFlags classFyodor Kupolov2017-12-151-1/+1
* | Added compatibility WAL flags for Global.SettingsFyodor Kupolov2017-12-144-1/+149
* | Added database package OWNERSFyodor Kupolov2017-11-281-0/+2
* | Close available secondary connections if schema changesFyodor Kupolov2017-11-172-4/+18
* | Merge "Allow null context in the constructor"TreeHugger Robot2017-11-161-6/+5
|\ \
| * | Allow null context in the constructorFyodor Kupolov2017-11-151-6/+5
* | | Merge "Fixed typo in MergeCursor"TreeHugger Robot2017-11-151-1/+1
|\ \ \ | |/ / |/| |
| * | Fixed typo in MergeCursorFyodor Kupolov2017-11-151-1/+1
* | | Merge "Apps can now specify journal/synchronous mode"Fyodor Kupolov2017-11-144-24/+137
|\ \ \ | |/ / |/| |
| * | Apps can now specify journal/synchronous modeFyodor Kupolov2017-11-084-24/+137
* | | Merge "Merge "docs: Added SQLite versions used on API levels 26 and 27." into...Kevin Hufnagle2017-11-101-0/+2
|\ \ \ | | |/ | |/|
| * | docs: Added SQLite versions used on API levels 26 and 27.Kevin Hufnagle2017-11-091-0/+2
* | | Update wal mode of the connection when disabling WALFyodor Kupolov2017-11-062-2/+2
| |/ |/|
* | Merge "Added setFillWindowForwardOnly"TreeHugger Robot2017-11-021-5/+25
|\ \
| * | Added setFillWindowForwardOnlyFyodor Kupolov2017-11-011-5/+25
* | | Initial version of compatibility WALFyodor Kupolov2017-10-264-3/+33
|/ /
* | Allow creating CursorWindow of custom sizeFyodor Kupolov2017-10-171-12/+33
* | Dump total execution time per connection poolFyodor Kupolov2017-09-182-10/+24
* | Merge "Allow using SQLiteGlobal for testing" into oc-mr1-dev am: 347eaf21faFyodor Kupolov2017-09-081-0/+2
|\|
| * Merge "Allow using SQLiteGlobal for testing" into oc-mr1-devFyodor Kupolov2017-09-081-0/+2
| |\
| | * Allow using SQLiteGlobal for testingFyodor Kupolov2017-09-011-0/+2
* | | Merge "Do not close idle connections by default" into oc-mr1-dev am: 6f8afdc501Fyodor Kupolov2017-09-011-1/+2
|\| |
| * | Do not close idle connections by defaultFyodor Kupolov2017-08-301-1/+2
| |/
* / Distinguish ROLLBACK from ROLLBACK TOFyodor Kupolov2017-08-281-0/+6
|/
* Keep close_idle_connections optimization for all devicesFyodor Kupolov2017-08-231-2/+0
* Make SQLiteDirectCursorDriver @TestApiFyodor Kupolov2017-08-081-0/+2
* API Review update for SQLiteDatabaseFyodor Kupolov2017-08-072-9/+18
* Merge "List column names in the error message" into oc-mr1-devTreeHugger Robot2017-08-011-1/+9
|\
| * List column names in the error messageFyodor Kupolov2017-07-281-1/+9
* | Merge "Added setIdleConnectionTimeout method" into oc-mr1-devFyodor Kupolov2017-07-315-45/+128
|\ \
| * | Added setIdleConnectionTimeout methodFyodor Kupolov2017-07-315-45/+128
| |/
* | Merge "Limit number of in-memory db connections to 1 per pool" into oc-mr1-devFyodor Kupolov2017-07-271-4/+6
|\ \ | |/ |/|
| * Limit number of in-memory db connections to 1 per poolFyodor Kupolov2017-07-261-4/+6
* | Tests for lookaside configurationFyodor Kupolov2017-07-241-3/+7
|/
* Close idle sqlite connectionsFyodor Kupolov2017-07-182-1/+113
* Merge "Revert "Fix ContentObserver unregister issue"" am: 31419a4ad4 am: 8625...Fyodor Kupolov2017-07-131-10/+0
|\
| * Merge "Revert "Fix ContentObserver unregister issue""Fyodor Kupolov2017-07-131-10/+0
| |\
| | * Revert "Fix ContentObserver unregister issue"Fyodor Kupolov2017-07-131-10/+0