summaryrefslogtreecommitdiff
path: root/core/java/android/database/sqlite/SQLiteSession.java
AgeCommit message (Expand)Author
2020-01-06Use new UnsupportedAppUsage annotation.Artur Satayev
2018-08-10Add @UnsupportedAppUsage annotationsMathew Inwood
2012-10-25NullPointerException in SQLiteSessionLászló Dávid
2012-05-07Move CancellationSignal to android.os package.Jeff Brown
2012-03-27YieldTransaction should actually commit the transaction.Jeff Brown
2012-02-02Rename CancellationSignal using preferred spelling.Jeff Brown
2012-01-27Implement a cancelation mechanism for queries.Jeff Brown
2012-01-18Fix issues with reentrant SQLite triggers.Jeff Brown
2012-01-12Rewrite SQLite database wrappers.Jeff Brown