index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
database
/
sqlite
/
SQLiteProgram.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move CancellationSignal to android.os package.
Jeff Brown
2012-05-07
1
-1
/
+1
*
Fix potential NPE in SQLiteProgram.
Jeff Brown
2012-03-12
1
-9
/
+9
*
Don't close the database until all references released.
Jeff Brown
2012-03-06
1
-7
/
+0
*
Rename CancellationSignal using preferred spelling.
Jeff Brown
2012-02-02
1
-3
/
+3
*
Implement a cancelation mechanism for queries.
Jeff Brown
2012-01-27
1
-2
/
+5
*
Rewrite SQLite database wrappers.
Jeff Brown
2012-01-12
1
-285
/
+87
*
Make SQLiteQuery and SQLiteProgram final.
Jeff Brown
2011-12-16
1
-22
/
+10
*
bug:4090903 allow bindargs on attach database statement
Vasu Nori
2011-03-21
1
-9
/
+3
*
Adopt LRU cache in SQLite.
Jesse Wilson
2011-02-10
1
-2
/
+1
*
SQLiteDatabase: fix inconsistent locking
Vasu Nori
2010-09-28
1
-66
/
+46
*
fix this: closing database twice fails with IllegalStateException
Vasu Nori
2010-09-27
1
-9
/
+7
*
don't compile statement for certain SQL statements
Vasu Nori
2010-09-17
1
-11
/
+47
*
Revert "caching code retooled to reduce locking + handle SMP"
Vasu Nori
2010-09-14
1
-6
/
+47
*
caching code retooled to reduce locking + handle SMP
Vasu Nori
2010-09-13
1
-47
/
+6
*
remove unnecessary synchronization object from SQLiteClosable.
Vasu Nori
2010-09-10
1
-1
/
+5
*
remove some useless code and add some code to aid in debugging
Vasu Nori
2010-09-07
1
-10
/
+0
*
android change to handle Change-Id: Idbeed81b5b7349059e467b33a8641abf0b4aaeff
Vasu Nori
2010-09-07
1
-1
/
+1
*
SQLiteOpenHelper should discard closed singleton database objects
Vasu Nori
2010-08-23
1
-3
/
+3
*
random but useful stuff
Vasu Nori
2010-08-03
1
-93
/
+98
*
do begin-end transaction before standalone insert/update/delete sql
Vasu Nori
2010-08-02
1
-30
/
+14
*
reduce locking when using SQLiteStatement
Vasu Nori
2010-07-09
1
-50
/
+97
*
reduce java locking on SQLiteDatabase if sql is already compiled
Vasu Nori
2010-07-08
1
-5
/
+4
*
for WAL to work, can't keep prepared SQL stmt_id in SQLiteStatement
Vasu Nori
2010-07-07
1
-14
/
+39
*
deprecate method returning prepared sql statement id
Vasu Nori
2010-07-03
1
-3
/
+13
*
some refactoring and multi-threading fixes
Vasu Nori
2010-07-02
1
-60
/
+113
*
cleanup some small but ugly things. all minor things.
Vasu Nori
2010-06-03
1
-19
/
+7
*
close() on anything other than database shouldn't acquire db lock.
Vasu Nori
2010-05-20
1
-6
/
+1
*
am fd5b040a: am 485b800e: am 1a3b3d48: merge from open-source master
The Android Open Source Project
2010-05-13
1
-0
/
+3
|
\
|
*
merge from open-source master
The Android Open Source Project
2010-05-13
1
-0
/
+3
|
|
\
|
|
*
Add some documentation about the thread safety of Cursor and some of the SQLi...
Jeff Hamilton
2010-05-12
1
-0
/
+3
*
|
|
fix a bug introduced when prepared-statement cache was made LRU-based
Vasu Nori
2010-04-23
1
-1
/
+1
|
/
/
*
|
accept close() on database objects even if the database is closed
Vasu Nori
2010-04-16
1
-1
/
+1
*
|
verify database state before calling sqlite. Bug:2593970
Vasu Nori
2010-04-13
1
-0
/
+21
*
|
debug-flag covered log messages to help people debug finalizer stuff
Vasu Nori
2010-03-11
1
-2
/
+16
*
|
add REPLACE to the list of cached sql stmnts
Vasu Nori
2010-03-09
1
-0
/
+1
*
|
caching bug in SQLiteDatabase causes invalid finalizer warnings
Vasu Nori
2010-03-08
1
-4
/
+3
*
|
add warning in finalizer. deprecate protected members.
Vasu Nori
2010-03-02
1
-1
/
+8
*
|
in finalize() methods, log warnings if db lock is going to be held.
Vasu Nori
2010-02-26
1
-3
/
+17
*
|
yet another race condition fix to address bug:2456970
Vasu Nori
2010-02-24
1
-1
/
+3
*
|
fix race condition introduced by CL https://android-git.corp.google.com/g/40395
Vasu Nori
2010-02-22
1
-6
/
+3
*
|
bug fix for 2419869. also included 2 unittests.
Vasu Nori
2010-02-18
1
-3
/
+22
*
|
changes after review by API council
Vasu Nori
2010-02-08
1
-1
/
+6
*
|
use sqlite 3.6.22 to print and profile the sql statetements
Vasu Nori
2010-02-08
1
-69
/
+0
*
|
add instrumentation to log the sql statement + bindargs + databasename
Vasu Nori
2010-02-01
1
-0
/
+62
*
|
fix a bug in compiled-sql caching & hide public api setMaxSqlCacheSize
Vasu Nori
2010-01-14
1
-24
/
+25
*
|
Revert "dealloc compiled-sql statements before deref'ing them from SQLiteData...
Vasu Nori
2009-12-07
1
-1
/
+1
*
|
dealloc compiled-sql statements before deref'ing them from SQLiteDatabase obj.
Vasu Nori
2009-12-03
1
-1
/
+1
*
|
fix NPE. don't release an already released compiledSql obj
Vasu Nori
2009-12-01
1
-2
/
+2
*
|
maintain cache of statementids returned by sqlite upon compiling a sql stmnt
Vasu Nori
2009-11-20
1
-70
/
+55
|
/
*
auto import from //depot/cupcake/@136594
The Android Open Source Project
2009-03-05
1
-1
/
+1
[next]