summaryrefslogtreecommitdiff
path: root/core/java/android/database/sqlite/SQLiteQueryBuilder.java
AgeCommit message (Expand)Author
2020-05-19Merge "Carry over bugfixes from MediaProvider." into rvc-dev am: f6f2273cb0 a...TreeHugger Robot
2020-05-19Carry over bugfixes from MediaProvider.Jeff Sharkey
2020-03-11Allow empty tokens in strict grammarHall Liu
2020-01-08Respond to API council feedback.Jeff Sharkey
2020-01-08Final push to build against SDK.Jeff Sharkey
2020-01-06Use new UnsupportedAppUsage annotation.Artur Satayev
2019-12-18We can't be as clever as we'd like.Jeff Sharkey
2019-12-17Allow "LOCALIZED" and "UNICODE" collators.Jeff Sharkey
2019-07-18Strict SQLiteQueryBuilder needs to be stricter.Jeff Sharkey
2019-04-10People might want GROUP_CONCAT.Jeff Sharkey
2019-03-29Support optional use of aggregation functions.Jeff Sharkey
2019-03-25Respond to API council feedback.Jeff Sharkey
2019-03-01To be @Nullable or @NonNull, that is the question.Jeff Sharkey
2019-02-19Respond to various API council feedback.Jeff Sharkey
2019-02-14Add accessor methods to aid testing.Jeff Sharkey
2018-12-28Limit access to suspected false positives.Mathew Inwood
2018-09-13Mark deprecated APIs, support column greylisting.Jeff Sharkey
2018-08-10Add @UnsupportedAppUsage annotationsMathew Inwood
2018-07-27Support for appending "standalone" WHERE chunks.Jeff Sharkey
2018-07-26Bind update() args as Object[] for performance.Jeff Sharkey
2018-07-25Extend SQLiteQueryBuilder for update and delete.Jeff Sharkey
2018-07-25Execute "strict" queries with extra parentheses.Jeff Sharkey
2018-07-19Revert SQLiteQueryBuilder for now.Jeff Sharkey
2018-07-16Execute "strict" queries with extra parentheses.Jeff Sharkey
2018-07-16Add support for appending standalone phrases.Jeff Sharkey
2018-07-16GROUP BY and HAVING aren't ready to be strict.Jeff Sharkey
2018-07-13Extend SQLiteQueryBuilder for update and delete.Jeff Sharkey
2018-03-26docs: fixed typoJoshua Baxter
2015-12-16Add SQLiteDatabase.validateSql()Makoto Onuki
2012-05-07Move CancellationSignal to android.os package.Jeff Brown
2012-02-02Rename CancellationSignal using preferred spelling.Jeff Brown
2012-01-27Implement a cancelation mechanism for queries.Jeff Brown
2012-01-12Rewrite SQLite database wrappers.Jeff Brown
2011-06-01Remove the obsolete function that is not used anymoreDaniel Lehmann
2011-06-01Enable strict mode as a public api to catch sql injectionsDaniel Lehmann
2010-11-17resolved conflicts for merge of 8fc378f9 to gingerbread-plus-aospJean-Baptiste Queru
2010-11-12Added buildQuery and buildUnionSubQuery methods without misleading selectionA...Jonas Schwertfeger
2010-04-14Introducing "strict project map".Dmitri Plotnikov
2010-03-14Allocate SQLiteQueryBuilder's WHERE clause StringBuilder lazily.Brad Fitzpatrick
2009-05-27am a64f5f61: Merge change 1124 into donutAndroid (Google) Code Review
2009-05-21Fix SQLite limit issue.Owen Lin
2009-04-29am 9ae8873: Merge change 617 into donutAndroid (Google) Code Review
2009-04-27Allow caller-supplied column aliases in queries even when a projection map is...Michael Chan
2009-03-04fix issue #1587Yusuke Ohmichi(maimuzo)
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project