summaryrefslogtreecommitdiff
path: root/core/java/android/database/sqlite/SQLiteQueryBuilder.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Carry over bugfixes from MediaProvider." into rvc-dev am: f6f2273cb0 a...TreeHugger Robot2020-05-191-3/+3
|\
| * Carry over bugfixes from MediaProvider.Jeff Sharkey2020-05-191-3/+3
* | Allow empty tokens in strict grammarHall Liu2020-03-111-0/+1
|/
* Respond to API council feedback.Jeff Sharkey2020-01-081-11/+19
* Final push to build against SDK.Jeff Sharkey2020-01-081-9/+5
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-061-1/+1
* We can't be as clever as we'd like.Jeff Sharkey2019-12-181-40/+23
* Allow "LOCALIZED" and "UNICODE" collators.Jeff Sharkey2019-12-171-0/+1
* Strict SQLiteQueryBuilder needs to be stricter.Jeff Sharkey2019-07-181-76/+307
* People might want GROUP_CONCAT.Jeff Sharkey2019-04-101-1/+1
* Support optional use of aggregation functions.Jeff Sharkey2019-03-291-5/+43
* Respond to API council feedback.Jeff Sharkey2019-03-251-3/+3
* To be @Nullable or @NonNull, that is the question.Jeff Sharkey2019-03-011-8/+8
* Respond to various API council feedback.Jeff Sharkey2019-02-191-55/+55
* Add accessor methods to aid testing.Jeff Sharkey2019-02-141-0/+42
* Limit access to suspected false positives.Mathew Inwood2018-12-281-4/+4
* Mark deprecated APIs, support column greylisting.Jeff Sharkey2018-09-131-0/+32
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-101-0/+5
* Support for appending "standalone" WHERE chunks.Jeff Sharkey2018-07-271-4/+24
* Bind update() args as Object[] for performance.Jeff Sharkey2018-07-261-9/+12
* Extend SQLiteQueryBuilder for update and delete.Jeff Sharkey2018-07-251-29/+212
* Execute "strict" queries with extra parentheses.Jeff Sharkey2018-07-251-6/+19
* Revert SQLiteQueryBuilder for now.Jeff Sharkey2018-07-191-455/+68
* Execute "strict" queries with extra parentheses.Jeff Sharkey2018-07-161-9/+25
* Add support for appending standalone phrases.Jeff Sharkey2018-07-161-1/+41
* GROUP BY and HAVING aren't ready to be strict.Jeff Sharkey2018-07-161-2/+2
* Extend SQLiteQueryBuilder for update and delete.Jeff Sharkey2018-07-131-68/+399
* docs: fixed typoJoshua Baxter2018-03-261-1/+1
* Add SQLiteDatabase.validateSql()Makoto Onuki2015-12-161-12/+1
* Move CancellationSignal to android.os package.Jeff Brown2012-05-071-2/+2
* Rename CancellationSignal using preferred spelling.Jeff Brown2012-02-021-8/+8
* Implement a cancelation mechanism for queries.Jeff Brown2012-01-271-7/+55
* Rewrite SQLite database wrappers.Jeff Brown2012-01-121-9/+5
* 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
* 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
|/
* Introducing "strict project map".Dmitri Plotnikov2010-04-141-2/+10
* Allocate SQLiteQueryBuilder's WHERE clause StringBuilder lazily.Brad Fitzpatrick2010-03-141-3/+10
* am a64f5f61: Merge change 1124 into donutAndroid (Google) Code Review2009-05-271-4/+8
|\
| * Fix SQLite limit issue.Owen Lin2009-05-211-4/+8
* | am 9ae8873: Merge change 617 into donutAndroid (Google) Code Review2009-04-291-4/+12
|\|
| * Allow caller-supplied column aliases in queries even when a projection map is...Michael Chan2009-04-271-4/+12
| * auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+520
| * auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-520/+0
* | fix issue #1587Yusuke Ohmichi(maimuzo)2009-03-041-6/+9
|/
* Initial ContributionThe Android Open Source Project2008-10-211-0/+520