summaryrefslogtreecommitdiff
path: root/core/java/android/database/sqlite/SQLiteConnection.java
AgeCommit message (Expand)Author
2020-10-20Apply fixes for EfficientStrings.Jeff Sharkey
2020-04-21Ignore exceptions when investigating failure reasonsMakoto Onuki
2020-04-08Enhance exception message on SQLiteCantOpenDatabaseExceptionMakoto Onuki
2020-03-27Add ability to execute per-connection SQL.Jeff Sharkey
2020-01-17Add custom scalar/aggregate functions to SQLite.Jeff Sharkey
2019-06-03Fix slow query log.Makoto Onuki
2019-02-25Drop support for device configurable "compatibility WAL".Narayan Kamath
2019-02-01Better handling of DB corruption in SQLiteDatabase.open()Makoto Onuki
2018-10-24DB Wipe detectionMakoto Onuki
2018-08-24Truncate(*1) it if WAL file is too big when opening DBMakoto Onuki
2018-08-14Add slow query log for "open".Makoto Onuki
2018-08-08Enhance slow-query log outputMakoto Onuki
2018-08-02Rework slow-query logMakoto Onuki
2018-07-28Rewrite MediaStore thumbnail internals.Jeff Sharkey
2018-06-01New behavior of setSynchronousModeFyodor Kupolov
2018-03-20Include additional information in the dumpsysFyodor Kupolov
2018-03-06Introduced DISABLE_COMPATIBILITY_WAL flagFyodor Kupolov
2017-12-14Added compatibility WAL flags for Global.SettingsFyodor Kupolov
2017-11-14Merge "Apps can now specify journal/synchronous mode"Fyodor Kupolov
2017-11-08Apps can now specify journal/synchronous modeFyodor Kupolov
2017-11-06Update wal mode of the connection when disabling WALFyodor Kupolov
2017-10-26Initial version of compatibility WALFyodor Kupolov
2017-09-18Dump total execution time per connection poolFyodor Kupolov
2017-06-28Support for lookaside configuration paramsFyodor Kupolov
2016-04-07Fix sqlite time measurement.Makoto Onuki
2015-12-14Trace SQLite operationsGreg Hackmann
2015-04-21Frameworks/base: Compile-time optimize SQLiteConnectionAndreas Gampe
2014-01-08AArch64: Use long for pointersAshok Bhat
2013-05-06am 601afaef: Merge "Someone\'s IDE chose the wrong Date."Elliott Hughes
2013-05-06Someone's IDE chose the wrong Date.Elliott Hughes
2013-05-01Don't dump sql bindargs unless verbose mode is requested.Jeff Brown
2013-02-07Merge "Keep native callbacks when primary SQLiteConnection is recreated"Jeffrey Brown
2012-12-04Keep native callbacks when primary SQLiteConnection is recreatedNiklas Brunlid
2012-10-28Potential NPE in SQLiteConnectionSylvain Becuwe
2012-05-07Move CancellationSignal to android.os package.Jeff Brown
2012-04-19Ensure that db connection reconfiguration can change the db.Jeff Brown
2012-04-16Add # of changed rows to executeForChangedRowCount logMakoto Onuki
2012-03-23Provide an API for enabling foreign key constraints.Jeff Brown
2012-03-23Support enabling WAL using a flag when DB is opened.Jeff Brown
2012-03-22Work around problems changing the database journal mode.Jeff Brown
2012-03-15Port the SQLite locale setting code to Java.Jeff Brown
2012-03-06Don't close the database until all references released.Jeff Brown
2012-03-02Allow the SQLite sync mode to be set independently for WAL.Jeff Brown
2012-02-29Externalize more SQLite configuration options.Jeff Brown
2012-02-02Rename CancellationSignal using preferred spelling.Jeff Brown
2012-01-27Implement a cancelation mechanism for queries.Jeff Brown
2012-01-20Initialize SQLite as part of the android runtime.Jeff Brown
2012-01-19Clean up SQLite debugging code.Jeff Brown
2012-01-18Fix issues with reentrant SQLite triggers.Jeff Brown
2012-01-12Rewrite SQLite database wrappers.Jeff Brown