summaryrefslogtreecommitdiff
path: root/core/java/android/database/DatabaseUtils.java
AgeCommit message (Expand)Author
2020-10-20Apply fixes for EfficientStrings.Jeff Sharkey
2020-05-19Carry over bugfixes from MediaProvider.Jeff Sharkey
2020-03-31Deep copy arguments to avoid accidental mutation.Jeff Sharkey
2020-02-24Include pending media as well when deleting mediastore entries.Sudheer Shanka
2020-01-06Use new UnsupportedAppUsage annotation.Artur Satayev
2018-12-28Limit access to suspected false positives.Mathew Inwood
2018-08-10Add @UnsupportedAppUsage annotationsMathew Inwood
2018-07-27Support for appending "standalone" WHERE chunks.Jeff Sharkey
2017-08-28Distinguish ROLLBACK from ROLLBACK TOFyodor Kupolov
2017-01-19Also parse "1" as true for ContentValues#getAsBooleanMichael Wright
2015-06-01Terminate loop properly when cursor window is full.Jeff Brown
2015-02-12Move apache specific portions of android.net.http to external/apache-http.Narayan Kamath
2013-08-02If frameworks wants ASCII casing, it should explicity ask for it.Elliott Hughes
2013-04-01Add additional Method that check whether a table is empty or notHyoseong Kim
2012-06-22Deprecate DatabaseUtils.InsertHelper.Jeff Brown
2012-05-07Move CancellationSignal to android.os package.Jeff Brown
2012-03-14Prefetch column names in bulk cursor adaptor.Jeff Brown
2012-03-06Don't close the database until all references released.Jeff Brown
2012-02-01Support automatic cancellation of Loaders.Jeff Brown
2012-01-03Fix Music import for Turkish locales.Elliott Hughes
2011-10-28Optimize fillWindow to improve reverse-seek performance.Jeff Brown
2011-10-12Make default implementation of fillWindow typesafe.Jeff Brown
2011-04-07Remove the deprecated things from Config.java. These haven't been working sin...Joe Onorato
2011-01-08Implement issue # 3255887 could CursorLoader offer...Dianne Hackborn
2010-09-17don't compile statement for certain SQL statementsVasu Nori
2010-09-02Fixing an issue with convert... utility methods.Dmitri Plotnikov
2010-08-24resolved conflicts for merge of c64b916e to masterJean-Baptiste Queru
2010-08-20resolved conflicts for merge of e7731f0a to gingerbread-plus-aospJean-Baptiste Queru
2010-08-20Added overload methods for DatabaseUtils.queryNumEntriesChristian Mehlmauer
2010-08-18New API and implementation of DB and memory-backed FDsBjorn Bringert
2010-08-10Add a few helpful APIs.Jeff Hamilton
2010-08-03random but useful stuffVasu Nori
2010-08-02do begin-end transaction before standalone insert/update/delete sqlVasu Nori
2010-07-15am 3e5e21d4: am 1772c34e: Merge "StrictMode: gather and return violating stac...Brad Fitzpatrick
2010-07-15StrictMode: gather and return violating stacks in Binder repliesBrad Fitzpatrick
2010-06-02add API to Cursor to get column value typeVasu Nori
2009-12-10am 328c0e79: - removed the concept of Entity from the ContentProvider APIs - ...Fred Quintana
2009-05-22add ipc support to batchingFred Quintana
2009-03-24Automated import from //branches/master/...@141380,141380Fred Quintana
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-02-19auto import from //branches/cupcake/...@132276The Android Open Source Project
2008-12-17Code drop from //branches/cupcake/...@124589The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project