summaryrefslogtreecommitdiff
path: root/core/java/android/database/sqlite
Commit message (Expand)AuthorAgeFilesLines
* Merge "Update language to comply with Android's inclusive language guidance" ...Treehugger Robot2020-07-311-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-0813-15/+14
| | * Merge "Add @UnsupportedAppUsage to test apis that are known to be used by apps."Artur Satayev2019-11-131-0/+16
| | |\
| | | * Add @UnsupportedAppUsage to test apis that are known to be used by apps.Artur Satayev2019-11-131-0/+16
| | * | RESTRICT AUTOMERGE Strict SQLiteQueryBuilder needs to be stricter.Jeff Sharkey2019-09-102-78/+624
| | |/
* | / Allow empty tokens in strict grammarHall Liu2020-07-211-0/+1
|/ /
* | Carry over bugfixes from MediaProvider.Jeff Sharkey2020-05-191-3/+3
* | Ignore exceptions when investigating failure reasonsMakoto Onuki2020-04-211-13/+20
* | Enhance exception message on SQLiteCantOpenDatabaseExceptionMakoto Onuki2020-04-082-1/+28
* | Deep copy arguments to avoid accidental mutation.Jeff Sharkey2020-03-311-0/+4
* | Add ability to execute per-connection SQL.Jeff Sharkey2020-03-273-1/+81
* | Add custom scalar/aggregate functions to SQLite.Jeff Sharkey2020-01-173-42/+120
* | Respond to API council feedback.Jeff Sharkey2020-01-081-11/+19
* | Final push to build against SDK.Jeff Sharkey2020-01-081-9/+5
* | Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-0613-15/+14
* | Replace com.android.internal.util.Preconditions.checkNotNull withDaulet Zhanguzin2020-01-032-6/+6
* | We can't be as clever as we'd like.Jeff Sharkey2019-12-181-40/+23
* | Allow "LOCALIZED" and "UNICODE" collators.Jeff Sharkey2019-12-171-0/+1
* | Add @UnsupportedAppUsage to test apis that are known to be used by apps.Artur Satayev2019-11-131-0/+16
* | Strict SQLiteQueryBuilder needs to be stricter.Jeff Sharkey2019-07-182-76/+604
|/
* Fix slow query log.Makoto Onuki2019-06-032-7/+8
* People might want GROUP_CONCAT.Jeff Sharkey2019-04-101-1/+1
* Support optional use of aggregation functions.Jeff Sharkey2019-03-291-5/+43
* Respond to API council feedback.Jeff Sharkey2019-03-251-3/+3
* Disable DB wipe checkMakoto Onuki2019-03-191-1/+1
* Merge "Update the deprecation description per API review"Makoto Onuki2019-03-012-18/+17
|\
| * Update the deprecation description per API reviewMakoto Onuki2019-03-012-18/+17
* | To be @Nullable or @NonNull, that is the question.Jeff Sharkey2019-03-011-8/+8
|/
* Drop support for device configurable "compatibility WAL".Narayan Kamath2019-02-257-54/+48
* Respond to various API council feedback.Jeff Sharkey2019-02-192-55/+58
* Add accessor methods to aid testing.Jeff Sharkey2019-02-141-0/+42
* Better handling of DB corruption in SQLiteDatabase.open()Makoto Onuki2019-02-013-3/+26
* Deprecate SQLite connection timeoutMakoto Onuki2019-01-282-0/+31
* Limit access to suspected false positives.Mathew Inwood2018-12-281-4/+4
* API: Clean up redundant and ineffective usages of SystemApi and TestApiAdrian Roos2018-12-111-2/+0
* DB Wipe detectionMakoto Onuki2018-10-245-7/+145
* docs: fixing errors found with lint checker am: 219f7dcb66kopriva2018-10-101-1/+1
|\
| * docs: fixing errors found with lint checkerkopriva2018-10-091-1/+1
| |\
| | * docs: fixing errors found with lint checkerkopriva2018-10-091-1/+1
* | | 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
| |\|
| | * Merge "docs: fix bug 37054309, becuase typo" into pi-devTreeHugger Robot2018-09-271-1/+1
| | |\
| | | * docs: fix bug 37054309, becuase typokopriva2018-09-271-1/+1
| * | | Merge "Truncate(*1) it if WAL file is too big when opening DB" into pi-devMakoto Onuki2018-09-253-0/+68
| |\| |
| | * | Truncate(*1) it if WAL file is too big when opening DBMakoto Onuki2018-09-243-0/+68
| | |/
| * | Merge "Default to FULL synchronous mode for sqlite DBs in system server" into...Makoto Onuki2018-08-171-0/+17
| |\|
| | * Default to FULL synchronous mode for sqlite DBs in system serverMakoto Onuki2018-08-171-0/+17
| * | Merge "Make SQLiteDebug @TestApi" am: eb973c97daNan Zhang2018-08-171-0/+1
| |\ \