summaryrefslogtreecommitdiffstats
path: root/core/java/android/database
Commit message (Expand)AuthorAgeFilesLines
* Documentation fixes found over vacation hacking.Brad Fitzpatrick2011-01-051-22/+42
* Update StrictMode's public API.Brad Fitzpatrick2010-10-012-5/+14
* DO NOT MERGE - use appropriate names on SQL numbers in 'adb bugreport'Vasu Nori2010-09-211-1/+1
* am 86c035f0: Merge "COMMENT ONLY change to clarify ContentProvider documentat...Brad Fitzpatrick2010-07-271-10/+29
|\
| * COMMENT ONLY change to clarify ContentProvider documentation.Dan Egnor2010-07-271-10/+29
* | StrictMode: gather and return violating stacks in Binder repliesBrad Fitzpatrick2010-07-151-3/+3
* | Some ActivityThread/ActivityManager cleanup.Dianne Hackborn2010-06-241-1/+2
* | Log.wtf when databases go to be downgraded.Brad Fitzpatrick2010-06-081-0/+10
* | Sprinkle new BlockGuard around SQLiteDatabase.Brad Fitzpatrick2010-06-032-0/+14
* | merge from open-source masterThe Android Open Source Project2010-05-136-8/+31
|\ \ | |/ |/|
| * Add some documentation about the thread safety of Cursor and some of the SQLi...Jeff Hamilton2010-05-126-8/+31
| * CursorToBulkCursorAdapter.close must call mCursor.close instead of mCursor.de...Tatsuo Nagamatsu2010-03-281-2/+1
* | bug:2622719 move 'forcing of cursor execution' to ContentProviderVasu Nori2010-04-281-7/+7
* | remove myname accidentally included in one of the filesVasu Nori2010-04-271-2/+0
* | accept close() on database objects even if the database is closedVasu Nori2010-04-162-4/+1
* | Merge "Introducing "strict project map"." into froyoDmitri Plotnikov2010-04-141-2/+10
|\ \
| * | Introducing "strict project map".Dmitri Plotnikov2010-04-141-2/+10
* | | verify database state before calling sqlite. Bug:2593970Vasu Nori2010-04-134-26/+61
|/ /
* | Forcing query execution in SQLiteDatabase.queryDmitri Plotnikov2010-03-241-7/+7
* | Log database lock contention as well (as seperate pseudo-queries).Brad Fitzpatrick2010-03-242-17/+41
* | when corruption occurs, log a warning before closing dbVasu Nori2010-03-231-8/+72
* | Merge "print finalizer warning before closing the cursor in finalize"Vasu Nori2010-03-231-2/+4
|\ \
| * | print finalizer warning before closing the cursor in finalizeVasu Nori2010-03-231-2/+4
* | | Merge "Call super.close() in MargeCursor"satok2010-03-221-0/+2
|\ \ \ | |/ / |/| |
| * | Call super.close() in MargeCursorsatok2010-03-231-0/+2
* | | limit sql statement in finalizer warning to 100 charsVasu Nori2010-03-191-1/+4
|/ /
* | 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