summaryrefslogtreecommitdiffstats
path: root/core/java/android/database
Commit message (Expand)AuthorAgeFilesLines
* bug:3330569 print better message to help debug the problemVasu Nori2011-01-101-0/+12
* Implement issue # 3255887 could CursorLoader offer...Dianne Hackborn2011-01-081-1/+0
* in requery(), when exception is caught, print warning + stacktraceVasu Nori2011-01-061-0/+5
* in GB requery() didn't throw exceptions (mostly). replicate that in HCVasu Nori2011-01-061-3/+25
* Merge "requery() should close cursorwindow insead of setting it to null." int...Vasu Nori2011-01-062-5/+21
|\
| * requery() should close cursorwindow insead of setting it to null.Vasu Nori2011-01-062-5/+21
* | set default mode of WAL to be off.Vasu Nori2011-01-061-7/+1
|/
* Revert "treat 'can't open database file error' as 'database corruption error'"Vasu Nori2011-01-051-10/+2
* resolved conflicts for merge of 3a2c6bf0 to masterBrad Fitzpatrick2011-01-051-18/+38
|\
| * am 69ea4e15: Documentation fixes found over vacation hacking.Brad Fitzpatrick2011-01-051-22/+42
| |\
| | * Documentation fixes found over vacation hacking.Brad Fitzpatrick2011-01-051-22/+42
* | | Add support for downgrading database version in SQLiteOpenHelperEric Hassold2011-01-041-12/+22
* | | treat "can't open database file error" as "database corruption error"Vasu Nori2011-01-041-2/+10
* | | don't call methods doing database lock from a synchronized blockVasu Nori2011-01-041-8/+10
* | | when cursorwindow allocation fails, print the number of cursors left openVasu Nori2011-01-042-8/+117
* | | resubmitting Change-Id: I67b1d04a5c9fc18b0cd4da6184d0b814b64d89e9Vasu Nori2010-12-212-2/+26
* | | Revert "bug:2448371 cursorwindow size moved to resource xml file."Vasu Nori2010-12-202-29/+2
* | | bug:2448371 cursorwindow size moved to resource xml file.Vasu Nori2010-12-202-2/+29
* | | if db close() fails due to un-closed sql statements, print useful msgVasu Nori2010-11-291-7/+8
* | | Revert "Merge "print certain rows from downloads.db when bugreports are taken""Vasu Nori2010-11-292-50/+8
* | | print certain rows from downloads.db when bugreports are takenVasu Nori2010-11-222-8/+50
* | | resolved conflicts for merge of 1a2344b8 to masterJean-Baptiste Queru2010-11-171-6/+5
|\ \ \ | |/ /
| * | am 09e50cdb: Merge "Reorder lock acquision vs try."Jean-Baptiste Queru2010-11-171-6/+5
| |\ \
| | * \ Merge "Reorder lock acquision vs try."Jean-Baptiste Queru2010-11-171-6/+5
| | |\ \
| | | * | Reorder lock acquision vs try.Daniel Trebbien2010-11-011-6/+5
* | | | | am 7ee42771: Merge "resolved conflicts for merge of 8fc378f9 to gingerbread-p...Jean-Baptiste Queru2010-11-171-13/+41
|\ \ \ \ \ | |/ / / /
| * | | | resolved conflicts for merge of 8fc378f9 to gingerbread-plus-aospJean-Baptiste Queru2010-11-171-13/+41
| |\ \ \ \ | | |/ / /
| | * | | Added buildQuery and buildUnionSubQuery methods without misleading selectionA...Jonas Schwertfeger2010-11-121-13/+41
* | | | | Fix NPE in SQLiteDatabase#updateWithOnConflictBrian Muramatsu2010-11-121-4/+4
* | | | | on readonly databases, don't set journal mode and don't allow WALVasu Nori2010-11-081-6/+12
* | | | | fix broken buildVasu Nori2010-11-051-15/+19
* | | | | Let cachefull-warning be under SQLiteDebug.DEBUG_SQL_CACHE flagVasu Nori2010-11-051-8/+5
* | | | | am c91e4673: am bbd212d7: Merge "Document per-implementation behaviors of nat...Jean-Baptiste Queru2010-11-031-0/+44
|\ \ \ \ \ | |/ / / /
| * | | | am bbd212d7: Merge "Document per-implementation behaviors of native get* meth...Jean-Baptiste Queru2010-11-021-0/+44
| |\ \ \ \ | | |/ / /
| | * | | Document per-implementation behaviors of native get* methodsDaniel Trebbien2010-11-021-0/+44
* | | | | am 0b5d57ab: am 715f8610: Merge "Clarify documentation of Cursor get* methods."Jean-Baptiste Queru2010-11-031-16/+32
|\ \ \ \ \ | |/ / / /
| * | | | am 715f8610: Merge "Clarify documentation of Cursor get* methods."Jean-Baptiste Queru2010-11-021-16/+32
| |\ \ \ \ | | |/ / /
| | * | | Clarify documentation of Cursor get* methods.Daniel Trebbien2010-11-021-16/+32
| | |/ /
* | | | deperecate Cursor requery() and sa, Loader should be used insteadVasu Nori2010-11-023-63/+3
* | | | cleanup some of the STOPSHIP commentsVasu Nori2010-10-281-15/+3
* | | | Merge "increase sql statement printed in finalier warnings from 100 to 1000"Vasu Nori2010-10-252-2/+2
|\ \ \ \
| * | | | increase sql statement printed in finalier warnings from 100 to 1000Vasu Nori2010-10-252-2/+2
* | | | | when printing cache-full warning, print the sql statements in cacheVasu Nori2010-10-251-0/+5
|/ / / /
* | | | when printing requery on UI warning, include additional infoVasu Nori2010-10-082-3/+12
* | | | STOPSHIP - add illegalStateException to catch potential deadlocks in dbVasu Nori2010-10-051-11/+10
* | | | resolved conflicts for merge of 6718b365 to masterBrad Fitzpatrick2010-10-012-6/+13
|\ \ \ \ | |/ / /
| * | | am 32e60c79: Update StrictMode\'s public API.Brad Fitzpatrick2010-10-012-5/+14
| |\ \ \ | | | |/ | | |/|
| | * | Update StrictMode's public API.Brad Fitzpatrick2010-10-012-5/+14
| * | | am 173ea091: Merge "DO NOT MERGE - use appropriate names on SQL numbers in \'...Vasu Nori2010-09-211-1/+1
| |\ \ \ | | |/ /
| | * | DO NOT MERGE - use appropriate names on SQL numbers in 'adb bugreport'Vasu Nori2010-09-211-1/+1