index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
database
/
sqlite
/
SQLiteDatabase.java
Age
Commit message (
Expand
)
Author
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-20
Apply fixes for EfficientStrings.
Jeff Sharkey
2020-10-20
Apply fixes for EfficientStringsChecker.
Jeff Sharkey
2020-07-31
Merge "Update language to comply with Android's inclusive language guidance" ...
Treehugger Robot
2020-07-31
Update language to comply with Android's inclusive language guidance
Lais Andrade
2020-03-31
Deep copy arguments to avoid accidental mutation.
Jeff Sharkey
2020-03-27
Add ability to execute per-connection SQL.
Jeff Sharkey
2020-01-17
Add custom scalar/aggregate functions to SQLite.
Jeff Sharkey
2020-01-08
Use new UnsupportedAppUsage annotation.
Artur Satayev
2020-01-06
Use new UnsupportedAppUsage annotation.
Artur Satayev
2020-01-03
Replace com.android.internal.util.Preconditions.checkNotNull with
Daulet Zhanguzin
2019-03-01
Update the deprecation description per API review
Makoto Onuki
2019-02-25
Drop support for device configurable "compatibility WAL".
Narayan Kamath
2019-02-01
Better handling of DB corruption in SQLiteDatabase.open()
Makoto Onuki
2019-01-28
Deprecate SQLite connection timeout
Makoto Onuki
2018-10-24
DB Wipe detection
Makoto Onuki
2018-09-27
Merge "docs: fix bug 37054309, becuase typo" into pi-dev am: 9359f3683c
kopriva
2018-09-27
Merge "docs: fix bug 37054309, becuase typo" into pi-dev
kopriva
2018-09-27
docs: fix bug 37054309, becuase typo
kopriva
2018-08-16
resolve merge conflicts of b41f50dfd09c5d0555dedde5e165ae602e6f7c25 to pi-dev...
Mathew Inwood
2018-08-10
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-10
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-03
DO NOT MERGE. Extend SQLiteQueryBuilder for update and delete.
Jeff Sharkey
2018-07-13
Extend SQLiteQueryBuilder for update and delete.
Jeff Sharkey
2018-06-01
New behavior of setSynchronousMode
Fyodor Kupolov
2018-03-06
Introduced DISABLE_COMPATIBILITY_WAL flag
Fyodor Kupolov
2018-02-02
Fix JavaDoc for enableWriteAheadLogging
Fyodor Kupolov
2017-12-14
Added compatibility WAL flags for Global.Settings
Fyodor Kupolov
2017-11-17
Close available secondary connections if schema changes
Fyodor Kupolov
2017-11-08
Apps can now specify journal/synchronous mode
Fyodor Kupolov
2017-10-26
Initial version of compatibility WAL
Fyodor Kupolov
2017-08-30
Do not close idle connections by default
Fyodor Kupolov
2017-08-23
Keep close_idle_connections optimization for all devices
Fyodor Kupolov
2017-08-07
API Review update for SQLiteDatabase
Fyodor Kupolov
2017-07-31
Added setIdleConnectionTimeout method
Fyodor Kupolov
2017-07-18
Close idle sqlite connections
Fyodor Kupolov
2017-07-06
Disable lookaside allocator on low-RAM devices
Fyodor Kupolov
2017-06-28
Support for lookaside configuration params
Fyodor Kupolov
2017-03-24
Replace possibly-expensive size() == 0 with isEmpty()
Mike Tsao
2016-08-30
docs: Update docs for SQLiteDatabase replace methods
Mark Lu
2016-05-12
Fix documentation bug in SQLiteDatabase
Steve Pomeroy
2015-12-16
Add SQLiteDatabase.validateSql()
Makoto Onuki
2014-01-24
Fix NPE in deleteDatabase().
Jeff Brown
2013-01-25
Complete documentation of whereArgs (Issue #43061)
Tim Roes
2012-05-07
Move CancellationSignal to android.os package.
Jeff Brown
2012-03-23
Provide an API for enabling foreign key constraints.
Jeff Brown
2012-03-23
Support enabling WAL using a flag when DB is opened.
Jeff Brown
2012-03-22
Merge "Work around problems changing the database journal mode."
Jeff Brown
2012-03-22
Work around problems changing the database journal mode.
Jeff Brown
2012-03-21
Fix typo... and build
Jean-Baptiste Queru
[next]