summaryrefslogtreecommitdiffstats
path: root/core/java/android/database/sqlite
Commit message (Expand)AuthorAgeFilesLines
* Add progress dialog for booting after an upgrade.Dianne Hackborn2011-08-221-0/+8
* Remove the obsolete function that is not used anymoreDaniel Lehmann2011-06-011-9/+0
* Enable strict mode as a public api to catch sql injectionsDaniel Lehmann2011-06-011-12/+58
* Remove the deprecated things from Config.java. These haven't been working sin...Joe Onorato2011-04-072-14/+12
* bug:4090903 allow bindargs on attach database statementVasu Nori2011-03-212-13/+7
* fix broken logTimeStat stuffVasu Nori2011-03-185-45/+58
* Handle rename of LruCache.entryEvicted to entryRemovedJesse Wilson2011-02-251-2/+3
* Revert "turn off sqlite WAL until bugs bug:3024421 and bug:3353077 are fixed"Paul Westbrook2011-02-171-47/+44
* Merge "add more debug info to help (bug:3446432)"Vasu Nori2011-02-111-1/+1
|\
| * add more debug info to help (bug:3446432)Vasu Nori2011-02-111-1/+1
* | Remove LruCache.setMaxSize().Jesse Wilson2011-02-111-73/+75
* | Don't add setMaxSize() to the LruCache API. But do add maxSize().Jesse Wilson2011-02-101-1/+1
* | Adopt LRU cache in SQLite.Jesse Wilson2011-02-102-62/+27
|/
* turn off sqlite WAL until bugs bug:3024421 and bug:3353077 are fixedVasu Nori2011-02-091-44/+47
* while waiting for lock, try in 30sec intervals and print warnings if no lockVasu Nori2011-02-071-2/+33
* bug:3385018 don't print finalizer warnings under certain conditionsVasu Nori2011-01-302-0/+16
* bug:3398527 return List insttead of ArrayList from public APIVasu Nori2011-01-271-3/+4
* bug:3396894 (HC branch) remove STOPSHIP codeVasu Nori2011-01-261-2/+1
* bug:3330569 print better message to help debug the problemVasu Nori2011-01-101-0/+12
* 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
* 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
* | | resubmitting Change-Id: I67b1d04a5c9fc18b0cd4da6184d0b814b64d89e9Vasu Nori2010-12-211-0/+16
* | | Revert "bug:2448371 cursorwindow size moved to resource xml file."Vasu Nori2010-12-201-19/+0
* | | bug:2448371 cursorwindow size moved to resource xml file.Vasu Nori2010-12-201-0/+19
* | | 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
* | | deperecate Cursor requery() and sa, Loader should be used insteadVasu Nori2010-11-021-32/+0
* | | 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