summaryrefslogtreecommitdiff
path: root/core/java/android/database/sqlite/SQLiteSession.java
Commit message (Expand)AuthorAgeFilesLines
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-061-1/+1
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-101-0/+2
* NullPointerException in SQLiteSessionLászló Dávid2012-10-251-1/+1
* Move CancellationSignal to android.os package.Jeff Brown2012-05-071-2/+2
* YieldTransaction should actually commit the transaction.Jeff Brown2012-03-271-4/+4
* Rename CancellationSignal using preferred spelling.Jeff Brown2012-02-021-77/+77
* Implement a cancelation mechanism for queries.Jeff Brown2012-01-271-56/+127
* Fix issues with reentrant SQLite triggers.Jeff Brown2012-01-181-24/+38
* Rewrite SQLite database wrappers.Jeff Brown2012-01-121-0/+878