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