summaryrefslogtreecommitdiff
path: root/core/java/android/database/sqlite/SQLiteConnection.java
Commit message (Expand)AuthorAgeFilesLines
* Change close guard logged messagesIoannis Ilkos2021-12-211-1/+1
* Add support for normal sync mode and propagate journalMode and syncMode on da...Edgar Arriaga2021-11-291-39/+49
* Make robust the open failure reason detection logicMakoto Onuki2021-09-291-7/+15
* Allow PRAGMA statements that change and return a result in executeNonQuery()Daniel Santiago Rivera2021-08-191-2/+5
* Apply fixes for EfficientStrings.Jeff Sharkey2020-10-201-14/+18
* Ignore exceptions when investigating failure reasonsMakoto Onuki2020-04-211-13/+20
* Enhance exception message on SQLiteCantOpenDatabaseExceptionMakoto Onuki2020-04-081-1/+23
* Add ability to execute per-connection SQL.Jeff Sharkey2020-03-271-0/+26
* Add custom scalar/aggregate functions to SQLite.Jeff Sharkey2020-01-171-23/+27
* Fix slow query log.Makoto Onuki2019-06-031-4/+4
* Drop support for device configurable "compatibility WAL".Narayan Kamath2019-02-251-4/+5
* Better handling of DB corruption in SQLiteDatabase.open()Makoto Onuki2019-02-011-0/+2
* DB Wipe detectionMakoto Onuki2018-10-241-0/+35
* Truncate(*1) it if WAL file is too big when opening DBMakoto Onuki2018-08-241-0/+36
* Add slow query log for "open".Makoto Onuki2018-08-141-4/+9
* Enhance slow-query log outputMakoto Onuki2018-08-081-5/+38
* Rework slow-query logMakoto Onuki2018-08-021-15/+10
* Rewrite MediaStore thumbnail internals.Jeff Sharkey2018-07-281-1/+7
* New behavior of setSynchronousModeFyodor Kupolov2018-06-011-1/+3
* Include additional information in the dumpsysFyodor Kupolov2018-03-201-3/+1
* Introduced DISABLE_COMPATIBILITY_WAL flagFyodor Kupolov2018-03-061-3/+5
* Added compatibility WAL flags for Global.SettingsFyodor Kupolov2017-12-141-1/+5
* Merge "Apps can now specify journal/synchronous mode"Fyodor Kupolov2017-11-141-10/+13
|\
| * Apps can now specify journal/synchronous modeFyodor Kupolov2017-11-081-10/+13
* | Update wal mode of the connection when disabling WALFyodor Kupolov2017-11-061-1/+2
|/
* Initial version of compatibility WALFyodor Kupolov2017-10-261-1/+3
* Dump total execution time per connection poolFyodor Kupolov2017-09-181-10/+16
* Support for lookaside configuration paramsFyodor Kupolov2017-06-281-7/+8
* Fix sqlite time measurement.Makoto Onuki2016-04-071-6/+9
* Trace SQLite operationsGreg Hackmann2015-12-141-0/+22
* Frameworks/base: Compile-time optimize SQLiteConnectionAndreas Gampe2015-04-211-7/+10
* AArch64: Use long for pointersAshok Bhat2014-01-081-33/+33
* am 601afaef: Merge "Someone\'s IDE chose the wrong Date."Elliott Hughes2013-05-061-1/+1
|\
| * Someone's IDE chose the wrong Date.Elliott Hughes2013-05-061-1/+1
* | Don't dump sql bindargs unless verbose mode is requested.Jeff Brown2013-05-011-7/+7
|/
* Merge "Keep native callbacks when primary SQLiteConnection is recreated"Jeffrey Brown2013-02-071-0/+7
|\
| * Keep native callbacks when primary SQLiteConnection is recreatedNiklas Brunlid2012-12-041-0/+7
* | Potential NPE in SQLiteConnectionSylvain Becuwe2012-10-281-1/+1
|/
* Move CancellationSignal to android.os package.Jeff Brown2012-05-071-2/+2
* Ensure that db connection reconfiguration can change the db.Jeff Brown2012-04-191-0/+2
* Add # of changed rows to executeForChangedRowCount logMakoto Onuki2012-04-161-2/+6
* Provide an API for enabling foreign key constraints.Jeff Brown2012-03-231-0/+18
* Support enabling WAL using a flag when DB is opened.Jeff Brown2012-03-231-2/+3
* Work around problems changing the database journal mode.Jeff Brown2012-03-221-29/+61
* Port the SQLite locale setting code to Java.Jeff Brown2012-03-151-20/+79
* Don't close the database until all references released.Jeff Brown2012-03-061-30/+35
* Allow the SQLite sync mode to be set independently for WAL.Jeff Brown2012-03-021-9/+16
* Externalize more SQLite configuration options.Jeff Brown2012-02-291-1/+51
* Rename CancellationSignal using preferred spelling.Jeff Brown2012-02-021-50/+50
* Implement a cancelation mechanism for queries.Jeff Brown2012-01-271-31/+137