summaryrefslogtreecommitdiff
path: root/core/java/android/database/sqlite/SQLiteDatabase.java
AgeCommit message (Expand)Author
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-20Apply fixes for EfficientStrings.Jeff Sharkey
2020-10-20Apply fixes for EfficientStringsChecker.Jeff Sharkey
2020-07-31Merge "Update language to comply with Android's inclusive language guidance" ...Treehugger Robot
2020-07-31Update language to comply with Android's inclusive language guidanceLais Andrade
2020-03-31Deep copy arguments to avoid accidental mutation.Jeff Sharkey
2020-03-27Add ability to execute per-connection SQL.Jeff Sharkey
2020-01-17Add custom scalar/aggregate functions to SQLite.Jeff Sharkey
2020-01-08Use new UnsupportedAppUsage annotation.Artur Satayev
2020-01-06Use new UnsupportedAppUsage annotation.Artur Satayev
2020-01-03Replace com.android.internal.util.Preconditions.checkNotNull withDaulet Zhanguzin
2019-03-01Update the deprecation description per API reviewMakoto Onuki
2019-02-25Drop support for device configurable "compatibility WAL".Narayan Kamath
2019-02-01Better handling of DB corruption in SQLiteDatabase.open()Makoto Onuki
2019-01-28Deprecate SQLite connection timeoutMakoto Onuki
2018-10-24DB Wipe detectionMakoto Onuki
2018-09-27Merge "docs: fix bug 37054309, becuase typo" into pi-dev am: 9359f3683ckopriva
2018-09-27Merge "docs: fix bug 37054309, becuase typo" into pi-devkopriva
2018-09-27docs: fix bug 37054309, becuase typokopriva
2018-08-16resolve merge conflicts of b41f50dfd09c5d0555dedde5e165ae602e6f7c25 to pi-dev...Mathew Inwood
2018-08-10Add @UnsupportedAppUsage annotationsMathew Inwood
2018-08-10Add @UnsupportedAppUsage annotationsMathew Inwood
2018-08-03DO NOT MERGE. Extend SQLiteQueryBuilder for update and delete.Jeff Sharkey
2018-07-13Extend SQLiteQueryBuilder for update and delete.Jeff Sharkey
2018-06-01New behavior of setSynchronousModeFyodor Kupolov
2018-03-06Introduced DISABLE_COMPATIBILITY_WAL flagFyodor Kupolov
2018-02-02Fix JavaDoc for enableWriteAheadLoggingFyodor Kupolov
2017-12-14Added compatibility WAL flags for Global.SettingsFyodor Kupolov
2017-11-17Close available secondary connections if schema changesFyodor Kupolov
2017-11-08Apps can now specify journal/synchronous modeFyodor Kupolov
2017-10-26Initial version of compatibility WALFyodor Kupolov
2017-08-30Do not close idle connections by defaultFyodor Kupolov
2017-08-23Keep close_idle_connections optimization for all devicesFyodor Kupolov
2017-08-07API Review update for SQLiteDatabaseFyodor Kupolov
2017-07-31Added setIdleConnectionTimeout methodFyodor Kupolov
2017-07-18Close idle sqlite connectionsFyodor Kupolov
2017-07-06Disable lookaside allocator on low-RAM devicesFyodor Kupolov
2017-06-28Support for lookaside configuration paramsFyodor Kupolov
2017-03-24Replace possibly-expensive size() == 0 with isEmpty()Mike Tsao
2016-08-30docs: Update docs for SQLiteDatabase replace methodsMark Lu
2016-05-12Fix documentation bug in SQLiteDatabaseSteve Pomeroy
2015-12-16Add SQLiteDatabase.validateSql()Makoto Onuki
2014-01-24Fix NPE in deleteDatabase().Jeff Brown
2013-01-25Complete documentation of whereArgs (Issue #43061)Tim Roes
2012-05-07Move CancellationSignal to android.os package.Jeff Brown
2012-03-23Provide an API for enabling foreign key constraints.Jeff Brown
2012-03-23Support enabling WAL using a flag when DB is opened.Jeff Brown
2012-03-22Merge "Work around problems changing the database journal mode."Jeff Brown
2012-03-22Work around problems changing the database journal mode.Jeff Brown
2012-03-21Fix typo... and buildJean-Baptiste Queru