index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
w16.1
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
database
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "close() database should close the db no matter what the ref count says"
Vasu Nori
2010-03-16
1
-1
/
+5
|
\
|
*
close() database should close the db no matter what the ref count says
Vasu Nori
2010-03-16
1
-1
/
+5
*
|
Merge "fix the way last insert rowid is returned"
Vasu Nori
2010-03-16
1
-5
/
+4
|
\
|
|
*
fix the way last insert rowid is returned
Vasu Nori
2010-03-16
1
-5
/
+4
*
|
Allocate SQLiteQueryBuilder's WHERE clause StringBuilder lazily.
Brad Fitzpatrick
2010-03-14
1
-3
/
+10
|
/
*
Add correct copyright headers to multiple files
Kenny Root
2010-03-11
1
-0
/
+16
*
debug-flag covered log messages to help people debug finalizer stuff
Vasu Nori
2010-03-11
2
-2
/
+28
*
add more debug info to SQL section in bugreport
Vasu Nori
2010-03-11
3
-10
/
+180
*
Merge "Speed up ContentProvider.query() in simple case by ~30%"
Brad Fitzpatrick
2010-03-09
4
-23
/
+47
|
\
|
*
Speed up ContentProvider.query() in simple case by ~30%
Brad Fitzpatrick
2010-03-09
4
-23
/
+47
*
|
add REPLACE to the list of cached sql stmnts
Vasu Nori
2010-03-09
1
-0
/
+1
*
|
modify comments to be more accurate
Vasu Nori
2010-03-09
1
-3
/
+3
|
/
*
caching bug in SQLiteDatabase causes invalid finalizer warnings
Vasu Nori
2010-03-08
2
-39
/
+23
*
a dbobject is closed twice and that causes incorrect warnings
Vasu Nori
2010-03-04
1
-2
/
+0
*
hide the newly created DatabaseObjectNotClosedException class from sdk
Vasu Nori
2010-03-03
1
-0
/
+1
*
in finalizer warnings, use a better exception - NOT Exception()
Vasu Nori
2010-03-03
4
-3
/
+35
*
Call close() instead of deactivate() in CursorToBulkCursorAdaptor.close()
Bjorn Bringert
2010-03-03
1
-2
/
+1
*
add warning in finalizer. deprecate protected members.
Vasu Nori
2010-03-02
2
-3
/
+25
*
in finalize() methods, log warnings if db lock is going to be held.
Vasu Nori
2010-02-26
4
-52
/
+28
*
yet another race condition fix to address bug:2456970
Vasu Nori
2010-02-24
1
-1
/
+3
*
Reduce SQLiteDatabase and ContentResolver EventLog logging thresholds.
Brad Fitzpatrick
2010-02-22
1
-2
/
+2
*
fix race condition introduced by CL https://android-git.corp.google.com/g/40395
Vasu Nori
2010-02-22
2
-11
/
+12
*
Merge "Don't let email addresses in database names get into the EventLog."
Brad Fitzpatrick
2010-02-22
1
-1
/
+34
|
\
|
*
Don't let email addresses in database names get into the EventLog.
Brad Fitzpatrick
2010-02-22
1
-1
/
+34
*
|
add diagnostic info to help debug bug:2427686
Vasu Nori
2010-02-18
1
-2
/
+24
*
|
bug fix for 2419869. also included 2 unittests.
Vasu Nori
2010-02-18
2
-3
/
+37
|
/
*
Log previous SQL statement also when logging "COMMIT;" operations.
Brad Fitzpatrick
2010-02-12
1
-3
/
+23
*
Measure walltime in ContentResolver and SQLiteDatabase operations logging.
Brad Fitzpatrick
2010-02-11
2
-7
/
+7
*
Measure walltime in ContentResolver and SQLiteDatabase operations logging.
Brad Fitzpatrick
2010-02-11
1
-9
/
+9
*
change wording in warning msg printed when compiled-sql cache is full
Vasu Nori
2010-02-09
1
-2
/
+1
*
changes after review by API council
Vasu Nori
2010-02-08
2
-64
/
+65
*
use sqlite 3.6.22 to print and profile the sql statetements
Vasu Nori
2010-02-08
6
-196
/
+33
*
fix a warning message that is confusing people.
Vasu Nori
2010-02-05
1
-2
/
+3
*
add instrumentation to log the sql statement + bindargs + databasename
Vasu Nori
2010-02-01
4
-9
/
+177
*
make SqliteDatabase ConflictAlgorithm and associated methods public.
Vasu Nori
2010-01-29
1
-34
/
+27
*
Remove MMS from the framework
Tom Taylor
2010-01-28
1
-0
/
+108
*
caching PRAGMA sql statements caused cts-tests failures.
Vasu Nori
2010-01-20
1
-0
/
+14
*
reduce logging noise from cache-full conditions.
Vasu Nori
2010-01-20
1
-5
/
+24
*
Change Log.wtf() call to Log.w()
Vasu Nori
2010-01-15
1
-2
/
+2
*
fix a bug in compiled-sql caching & hide public api setMaxSqlCacheSize
Vasu Nori
2010-01-14
2
-95
/
+158
*
am 9c74295f: am a1759cea: Merge "add eventlog message whenever sqlite reports...
Vasu Nori
2010-01-11
1
-0
/
+1
|
\
|
*
add eventlog message whenever sqlite reports db corruption error
Vasu Nori
2010-01-08
1
-0
/
+1
|
*
EventLog when a database file is deleted due to corruption.
Jeff Hamilton
2009-09-29
1
-2
/
+4
*
|
when finalizing SQLiteCursor, close it but don't throw exceptions.
Vasu Nori
2010-01-07
1
-5
/
+7
*
|
am 328c0e79: - removed the concept of Entity from the ContentProvider APIs - ...
Fred Quintana
2009-12-10
1
-0
/
+96
*
|
Revert "dealloc compiled-sql statements before deref'ing them from SQLiteData...
Vasu Nori
2009-12-07
2
-18
/
+12
*
|
dealloc compiled-sql statements before deref'ing them from SQLiteDatabase obj.
Vasu Nori
2009-12-03
2
-12
/
+18
*
|
fix NPE. don't release an already released compiledSql obj
Vasu Nori
2009-12-01
1
-2
/
+2
*
|
Fix a bug in the Settings contract class (introduced in an ... iffy ... fix
Dan Egnor
2009-11-24
1
-1
/
+1
*
|
Expand db_operation logging to prepare for widespread sample collection:
Dan Egnor
2009-11-23
3
-43
/
+52
[next]