index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
database
/
sqlite
/
SQLiteProgram.java
Age
Commit message (
Expand
)
Author
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-01-06
Use new UnsupportedAppUsage annotation.
Artur Satayev
2018-08-10
Add @UnsupportedAppUsage annotations
Mathew Inwood
2012-05-07
Move CancellationSignal to android.os package.
Jeff Brown
2012-03-12
Fix potential NPE in SQLiteProgram.
Jeff Brown
2012-03-06
Don't close the database until all references released.
Jeff Brown
2012-02-02
Rename CancellationSignal using preferred spelling.
Jeff Brown
2012-01-27
Implement a cancelation mechanism for queries.
Jeff Brown
2012-01-12
Rewrite SQLite database wrappers.
Jeff Brown
2011-12-16
Make SQLiteQuery and SQLiteProgram final.
Jeff Brown
2011-03-21
bug:4090903 allow bindargs on attach database statement
Vasu Nori
2011-02-10
Adopt LRU cache in SQLite.
Jesse Wilson
2010-09-28
SQLiteDatabase: fix inconsistent locking
Vasu Nori
2010-09-27
fix this: closing database twice fails with IllegalStateException
Vasu Nori
2010-09-17
don't compile statement for certain SQL statements
Vasu Nori
2010-09-14
Revert "caching code retooled to reduce locking + handle SMP"
Vasu Nori
2010-09-13
caching code retooled to reduce locking + handle SMP
Vasu Nori
2010-09-10
remove unnecessary synchronization object from SQLiteClosable.
Vasu Nori
2010-09-07
remove some useless code and add some code to aid in debugging
Vasu Nori
2010-09-07
android change to handle Change-Id: Idbeed81b5b7349059e467b33a8641abf0b4aaeff
Vasu Nori
2010-08-23
SQLiteOpenHelper should discard closed singleton database objects
Vasu Nori
2010-08-03
random but useful stuff
Vasu Nori
2010-08-02
do begin-end transaction before standalone insert/update/delete sql
Vasu Nori
2010-07-09
reduce locking when using SQLiteStatement
Vasu Nori
2010-07-08
reduce java locking on SQLiteDatabase if sql is already compiled
Vasu Nori
2010-07-07
for WAL to work, can't keep prepared SQL stmt_id in SQLiteStatement
Vasu Nori
2010-07-03
deprecate method returning prepared sql statement id
Vasu Nori
2010-07-02
some refactoring and multi-threading fixes
Vasu Nori
2010-06-03
cleanup some small but ugly things. all minor things.
Vasu Nori
2010-05-20
close() on anything other than database shouldn't acquire db lock.
Vasu Nori
2010-05-13
am fd5b040a: am 485b800e: am 1a3b3d48: merge from open-source master
The Android Open Source Project
2010-05-13
merge from open-source master
The Android Open Source Project
2010-05-12
Add some documentation about the thread safety of Cursor and some of the SQLi...
Jeff Hamilton
2010-04-23
fix a bug introduced when prepared-statement cache was made LRU-based
Vasu Nori
2010-04-16
accept close() on database objects even if the database is closed
Vasu Nori
2010-04-13
verify database state before calling sqlite. Bug:2593970
Vasu Nori
2010-03-11
debug-flag covered log messages to help people debug finalizer stuff
Vasu Nori
2010-03-09
add REPLACE to the list of cached sql stmnts
Vasu Nori
2010-03-08
caching bug in SQLiteDatabase causes invalid finalizer warnings
Vasu Nori
2010-03-02
add warning in finalizer. deprecate protected members.
Vasu Nori
2010-02-26
in finalize() methods, log warnings if db lock is going to be held.
Vasu Nori
2010-02-24
yet another race condition fix to address bug:2456970
Vasu Nori
2010-02-22
fix race condition introduced by CL https://android-git.corp.google.com/g/40395
Vasu Nori
2010-02-18
bug fix for 2419869. also included 2 unittests.
Vasu Nori
2010-02-08
changes after review by API council
Vasu Nori
2010-02-08
use sqlite 3.6.22 to print and profile the sql statetements
Vasu Nori
2010-02-01
add instrumentation to log the sql statement + bindargs + databasename
Vasu Nori
2010-01-14
fix a bug in compiled-sql caching & hide public api setMaxSqlCacheSize
Vasu Nori
2009-12-07
Revert "dealloc compiled-sql statements before deref'ing them from SQLiteData...
Vasu Nori
2009-12-03
dealloc compiled-sql statements before deref'ing them from SQLiteDatabase obj.
Vasu Nori
[next]