summaryrefslogtreecommitdiff
path: root/core/java/android/database/sqlite
Commit message (Expand)AuthorAgeFilesLines
* Replace heavy isLoggable callPhilip Cuadra2021-06-021-1/+1
* Merge "Added SQLite versions used on API levels 28, 30 and 31." am: 2a2aa6d3c...Daniel Santiago Rivera2021-04-291-0/+3
|\
| * Added SQLite versions used on API levels 28, 30 and 31.Daniel Santiago Rivera2021-04-281-0/+3
| * Merge rvc-qpr-dev-plus-aosp-without-vendor@6881855Xin Li2020-12-021-0/+1
| |\
| * | Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-11-045-6/+9
| * | Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709)Xin Li2020-08-316-130/+296
| |\ \
* | \ \ Merge "Use CloseGuard for cursor leak detection"TreeHugger Robot2020-11-061-15/+7
|\ \ \ \
| * | | | Use CloseGuard for cursor leak detectionLi Li2020-11-051-15/+7
* | | | | Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-295-6/+9
* | | | | Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-285-9/+6
* | | | | Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-275-6/+9
|/ / / /
* | | | Apply fixes for EfficientStrings.Jeff Sharkey2020-10-202-15/+19
* | | | Apply fixes for EfficientStringsChecker.Jeff Sharkey2020-10-202-2/+2
| |_|/ |/| |
* | | 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