summaryrefslogtreecommitdiff
path: root/core/java/android/database/sqlite/SQLiteDatabase.java
Commit message (Expand)AuthorAgeFilesLines
* SQLite: Do integrity_check only onceyi.jang2022-10-261-25/+9
* SQLiteDatabase: Catch corrupt exception during transactionmuzbit.kim2022-10-261-1/+10
* Add support for normal sync mode and propagate journalMode and syncMode on da...Edgar Arriaga2021-11-291-22/+191
* Add total execution time and statements executed to dumpsys dbinfoEdgar Arriaga2021-11-231-14/+54
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-1/+2
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-1/+2
* Apply fixes for EfficientStrings.Jeff Sharkey2020-10-201-1/+1
* Apply fixes for EfficientStringsChecker.Jeff Sharkey2020-10-201-1/+1
* Merge "Update language to comply with Android's inclusive language guidance" ...Treehugger Robot2020-07-311-1/+1
|\
| * Update language to comply with Android's inclusive language guidanceLais Andrade2020-07-311-1/+1
| * Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-081-1/+1
* | Deep copy arguments to avoid accidental mutation.Jeff Sharkey2020-03-311-0/+4
* | Add ability to execute per-connection SQL.Jeff Sharkey2020-03-271-0/+46
* | Add custom scalar/aggregate functions to SQLite.Jeff Sharkey2020-01-171-13/+76
* | Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-061-1/+1
* | Replace com.android.internal.util.Preconditions.checkNotNull withDaulet Zhanguzin2020-01-031-2/+3
|/
* Update the deprecation description per API reviewMakoto Onuki2019-03-011-14/+12
* Drop support for device configurable "compatibility WAL".Narayan Kamath2019-02-251-11/+17
* Better handling of DB corruption in SQLiteDatabase.open()Makoto Onuki2019-02-011-3/+8
* Deprecate SQLite connection timeoutMakoto Onuki2019-01-281-0/+19
* DB Wipe detectionMakoto Onuki2018-10-241-5/+91
* Merge "docs: fix bug 37054309, becuase typo" into pi-dev am: 9359f3683ckopriva2018-09-271-1/+1
|\
| * Merge "docs: fix bug 37054309, becuase typo" into pi-devkopriva2018-09-271-1/+1
| |\
| | * docs: fix bug 37054309, becuase typokopriva2018-09-271-1/+1
| * | resolve merge conflicts of b41f50dfd09c5d0555dedde5e165ae602e6f7c25 to pi-dev...Mathew Inwood2018-08-161-0/+11
| |\ \ | | |/ | |/|
| | * Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-101-0/+11
| * | DO NOT MERGE. Extend SQLiteQueryBuilder for update and delete.Jeff Sharkey2018-08-031-1/+2
| |/
* | Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-101-0/+11
* | Extend SQLiteQueryBuilder for update and delete.Jeff Sharkey2018-07-131-2/+4
|/
* New behavior of setSynchronousModeFyodor Kupolov2018-06-011-3/+2
* Introduced DISABLE_COMPATIBILITY_WAL flagFyodor Kupolov2018-03-061-9/+16
* Fix JavaDoc for enableWriteAheadLoggingFyodor Kupolov2018-02-021-1/+0
* Added compatibility WAL flags for Global.SettingsFyodor Kupolov2017-12-141-0/+4
* Close available secondary connections if schema changesFyodor Kupolov2017-11-171-4/+8
* Apps can now specify journal/synchronous modeFyodor Kupolov2017-11-081-6/+66
* Initial version of compatibility WALFyodor Kupolov2017-10-261-2/+9
* Do not close idle connections by defaultFyodor Kupolov2017-08-301-1/+2
* Keep close_idle_connections optimization for all devicesFyodor Kupolov2017-08-231-2/+0
* API Review update for SQLiteDatabaseFyodor Kupolov2017-08-071-5/+14
* Added setIdleConnectionTimeout methodFyodor Kupolov2017-07-311-13/+64
* Close idle sqlite connectionsFyodor Kupolov2017-07-181-0/+1
* Disable lookaside allocator on low-RAM devicesFyodor Kupolov2017-07-061-0/+4
* Support for lookaside configuration paramsFyodor Kupolov2017-06-281-12/+292
* Replace possibly-expensive size() == 0 with isEmpty()Mike Tsao2017-03-241-2/+2
* docs: Update docs for SQLiteDatabase replace methodsMark Lu2016-08-301-3/+5
* Fix documentation bug in SQLiteDatabaseSteve Pomeroy2016-05-121-4/+3
* Add SQLiteDatabase.validateSql()Makoto Onuki2015-12-161-0/+17
* Fix NPE in deleteDatabase().Jeff Brown2014-01-241-4/+6
* Complete documentation of whereArgs (Issue #43061)Tim Roes2013-01-251-0/+9