summaryrefslogtreecommitdiffstats
path: root/core/java/android/database
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | SQLiteDatabase: fix inconsistent lockingVasu Nori2010-09-284-213/+225
* | | | fix this: closing database twice fails with IllegalStateExceptionVasu Nori2010-09-273-12/+19
* | | | reduce synchronization on SQLiteDatabase wherever possibleVasu Nori2010-09-271-87/+76
* | | | remove public API setConnectionPoolSize()Vasu Nori2010-09-272-72/+42
* | | | temporarily comment out dbstats info code when doing adb bugreportVasu Nori2010-09-241-67/+67
* | | | STOPSHIP follow up to Change-Id: I392875b62ed270741633f5bffa519932e4a9f985Vasu Nori2010-09-211-3/+4
* | | | add new param to device config properties: db connection pool sizeVasu Nori2010-09-211-7/+4
* | | | don't compile statement for certain SQL statementsVasu Nori2010-09-173-20/+81
* | | | change error message on cl I392875b62ed270741633f5bffa519932e4a9f985Vasu Nori2010-09-161-2/+2
* | | | STOPSHIP some debugging code to help find reproducible testcasesVasu Nori2010-09-161-5/+4
* | | | fix compiled statement bugs, synchronization bugsVasu Nori2010-09-152-78/+60
* | | | Add AbstractCursor.getNotificationUri.Makoto Onuki2010-09-151-0/+4
* | | | change TAG value from "Cursor" to "SQLiteCursor"Vasu Nori2010-09-141-1/+1
* | | | revert Change-Id: Ic610a0c38e7bd7c77006a08c7b82fa01957739e5Vasu Nori2010-09-141-9/+4
* | | | change return type from void to int on execSQL() methodsVasu Nori2010-09-141-23/+34