summaryrefslogtreecommitdiffstats
path: root/core/java/android/database/sqlite/SQLiteCursor.java
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated fields in AbstractCursor.Jeff Brown2015-04-091-1/+0
* Fix cursor window leak when query execution fails.Jeff Brown2013-01-081-10/+19
* Prefetch column names in bulk cursor adaptor.Jeff Brown2012-03-141-6/+1
* Fix an inconsistent comment.Jeff Brown2012-01-251-4/+2
* Clean up SQLite debugging code.Jeff Brown2012-01-191-1/+0
* Rewrite SQLite database wrappers.Jeff Brown2012-01-121-96/+22
* Optimize fillWindow to improve reverse-seek performance.Jeff Brown2011-10-281-10/+16
* Only populate stack when StrictMode will use it.Jeff Sharkey2011-10-261-2/+6
* Deprecate local-only CursorWindows.Jeff Brown2011-10-121-1/+1
* Use ashmem for CursorWindows.Jeff Brown2011-10-111-1/+1
* Fix ownership of CursorWindows across processes.Jeff Brown2011-10-091-16/+1
* Clean up CursorWindow lifetime.Jeff Brown2011-10-071-184/+10
* Remove the deprecated things from Config.java. These haven't been working sin...Joe Onorato2011-04-071-8/+7
* fix broken logTimeStat stuffVasu Nori2011-03-181-2/+2
* 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
* 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
| |\
| | * Reorder lock acquision vs try.Daniel Trebbien2010-11-011-6/+5
* | | deperecate Cursor requery() and sa, Loader should be used insteadVasu Nori2010-11-021-32/+0
* | | increase sql statement printed in finalier warnings from 100 to 1000Vasu Nori2010-10-251-1/+1
* | | when printing requery on UI warning, include additional infoVasu Nori2010-10-081-2/+4
* | | resolved conflicts for merge of 6718b365 to masterBrad Fitzpatrick2010-10-011-2/+6
|\ \ \ | |/ /
| * | Update StrictMode's public API.Brad Fitzpatrick2010-10-011-2/+6
| |/
* | change TAG value from "Cursor" to "SQLiteCursor"Vasu Nori2010-09-141-1/+1
* | Return count of rows in a resultset only once (when startPos = 0)Vasu Nori2010-09-101-7/+32
* | before shipping, remove stacktrace printing in requery-warning msgVasu Nori2010-08-021-2/+5
* | don't store mDatabase in SQLiteCursor as it is already in SQLiteQueryVasu Nori2010-07-211-28/+62
* | Remove the deprecated cursor methods.Jeff Hamilton2010-05-131-158/+0
* | am fd5b040a: am 485b800e: am 1a3b3d48: merge from open-source masterThe Android Open Source Project2010-05-131-0/+3
|\ \ | |/
| * merge from open-source masterThe Android Open Source Project2010-05-131-0/+3
| |\
| | * Add some documentation about the thread safety of Cursor and some of the SQLi...Jeff Hamilton2010-05-121-0/+3
* | | Make RequeryOnUiThreadException warning less spamyMakoto Onuki2010-04-291-1/+27
|/ /
* | print finalizer warning before closing the cursor in finalizeVasu Nori2010-03-231-2/+4
* | in finalizer warnings, use a better exception - NOT Exception()Vasu Nori2010-03-031-1/+1
* | in finalize() methods, log warnings if db lock is going to be held.Vasu Nori2010-02-261-17/+6
* | when finalizing SQLiteCursor, close it but don't throw exceptions.Vasu Nori2010-01-071-5/+7
|/
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+606
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-606/+0
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-9/+165
* Initial ContributionThe Android Open Source Project2008-10-211-0/+450