summaryrefslogtreecommitdiff
path: root/core/java/android/database
Commit message (Expand)AuthorAgeFilesLines
* Merge "close() database should close the db no matter what the ref count says"Vasu Nori2010-03-161-1/+5
|\
| * close() database should close the db no matter what the ref count saysVasu Nori2010-03-161-1/+5
* | Merge "fix the way last insert rowid is returned"Vasu Nori2010-03-161-5/+4
|\|
| * fix the way last insert rowid is returnedVasu Nori2010-03-161-5/+4
* | Allocate SQLiteQueryBuilder's WHERE clause StringBuilder lazily.Brad Fitzpatrick2010-03-141-3/+10
|/
* Add correct copyright headers to multiple filesKenny Root2010-03-111-0/+16
* debug-flag covered log messages to help people debug finalizer stuffVasu Nori2010-03-112-2/+28
* add more debug info to SQL section in bugreportVasu Nori2010-03-113-10/+180
* Merge "Speed up ContentProvider.query() in simple case by ~30%"Brad Fitzpatrick2010-03-094-23/+47
|\
| * Speed up ContentProvider.query() in simple case by ~30%Brad Fitzpatrick2010-03-094-23/+47
* | add REPLACE to the list of cached sql stmntsVasu Nori2010-03-091-0/+1
* | modify comments to be more accurateVasu Nori2010-03-091-3/+3
|/
* caching bug in SQLiteDatabase causes invalid finalizer warningsVasu Nori2010-03-082-39/+23
* a dbobject is closed twice and that causes incorrect warningsVasu Nori2010-03-041-2/+0
* hide the newly created DatabaseObjectNotClosedException class from sdkVasu Nori2010-03-031-0/+1
* in finalizer warnings, use a better exception - NOT Exception()Vasu Nori2010-03-034-3/+35
* Call close() instead of deactivate() in CursorToBulkCursorAdaptor.close()Bjorn Bringert2010-03-031-2/+1
* add warning in finalizer. deprecate protected members.Vasu Nori2010-03-022-3/+25
* in finalize() methods, log warnings if db lock is going to be held.Vasu Nori2010-02-264-52/+28
* yet another race condition fix to address bug:2456970Vasu Nori2010-02-241-1/+3
* Reduce SQLiteDatabase and ContentResolver EventLog logging thresholds.Brad Fitzpatrick2010-02-221-2/+2
* fix race condition introduced by CL https://android-git.corp.google.com/g/40395Vasu Nori2010-02-222-11/+12
* Merge "Don't let email addresses in database names get into the EventLog."Brad Fitzpatrick2010-02-221-1/+34
|\
| * Don't let email addresses in database names get into the EventLog.Brad Fitzpatrick2010-02-221-1/+34
* | add diagnostic info to help debug bug:2427686Vasu Nori2010-02-181-2/+24
* | bug fix for 2419869. also included 2 unittests.Vasu Nori2010-02-182-3/+37
|/
* Log previous SQL statement also when logging "COMMIT;" operations.Brad Fitzpatrick2010-02-121-3/+23
* Measure walltime in ContentResolver and SQLiteDatabase operations logging.Brad Fitzpatrick2010-02-112-7/+7
* Measure walltime in ContentResolver and SQLiteDatabase operations logging.Brad Fitzpatrick2010-02-111-9/+9
* change wording in warning msg printed when compiled-sql cache is fullVasu Nori2010-02-091-2/+1
* changes after review by API councilVasu Nori2010-02-082-64/+65
* use sqlite 3.6.22 to print and profile the sql statetementsVasu Nori2010-02-086-196/+33
* fix a warning message that is confusing people.Vasu Nori2010-02-051-2/+3
* add instrumentation to log the sql statement + bindargs + databasenameVasu Nori2010-02-014-9/+177
* make SqliteDatabase ConflictAlgorithm and associated methods public.Vasu Nori2010-01-291-34/+27
* Remove MMS from the frameworkTom Taylor2010-01-281-0/+108
* caching PRAGMA sql statements caused cts-tests failures.Vasu Nori2010-01-201-0/+14
* reduce logging noise from cache-full conditions.Vasu Nori2010-01-201-5/+24
* Change Log.wtf() call to Log.w()Vasu Nori2010-01-151-2/+2
* fix a bug in compiled-sql caching & hide public api setMaxSqlCacheSizeVasu Nori2010-01-142-95/+158
* am 9c74295f: am a1759cea: Merge "add eventlog message whenever sqlite reports...Vasu Nori2010-01-111-0/+1
|\
| * add eventlog message whenever sqlite reports db corruption errorVasu Nori2010-01-081-0/+1
| * EventLog when a database file is deleted due to corruption.Jeff Hamilton2009-09-291-2/+4
* | when finalizing SQLiteCursor, close it but don't throw exceptions.Vasu Nori2010-01-071-5/+7
* | am 328c0e79: - removed the concept of Entity from the ContentProvider APIs - ...Fred Quintana2009-12-101-0/+96
* | Revert "dealloc compiled-sql statements before deref'ing them from SQLiteData...Vasu Nori2009-12-072-18/+12
* | dealloc compiled-sql statements before deref'ing them from SQLiteDatabase obj.Vasu Nori2009-12-032-12/+18
* | fix NPE. don't release an already released compiledSql objVasu Nori2009-12-011-2/+2
* | Fix a bug in the Settings contract class (introduced in an ... iffy ... fixDan Egnor2009-11-241-1/+1
* | Expand db_operation logging to prepare for widespread sample collection:Dan Egnor2009-11-233-43/+52