Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: lib/datastore.dart

Issue 2731933004: Remove FilterRelation.In / "property IN" queries, upgrade googleapis{,_beta} dependencies (Closed)
Patch Set: add pubspec.yaml update Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « CHANGELOG.md ('k') | lib/src/datastore_impl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/datastore.dart
diff --git a/lib/datastore.dart b/lib/datastore.dart
index c904cc25328b09bd68a76f3167a3478241e4ad8e..231b93a9032ca0085623732142f5061900887b3c 100644
--- a/lib/datastore.dart
+++ b/lib/datastore.dart
@@ -240,7 +240,6 @@ class FilterRelation {
static const FilterRelation GreatherThanOrEqual =
const FilterRelation._('>=');
static const FilterRelation Equal = const FilterRelation._('==');
- static const FilterRelation In = const FilterRelation._('IN');
final String name;
« no previous file with comments | « CHANGELOG.md ('k') | lib/src/datastore_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698