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

Unified Diff: lib/src/db/model_db.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 | « lib/src/db/db.dart ('k') | lib/src/db/model_db_impl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/db/model_db.dart
diff --git a/lib/src/db/model_db.dart b/lib/src/db/model_db.dart
index 0c18e39a294fce709c68ab333b3bdf602efa7ef4..efda613de43d74f8fb65e2a0dce5ce494ab2dd65 100644
--- a/lib/src/db/model_db.dart
+++ b/lib/src/db/model_db.dart
@@ -44,5 +44,6 @@ abstract class ModelDB {
/**
* Converts [value] according to the [Property] named [fieldName] in [kind].
*/
- Object toDatastoreValue(String kind, String fieldName, Object value);
+ Object toDatastoreValue(String kind, String fieldName, Object value,
+ {bool forComparison: false});
}
« no previous file with comments | « lib/src/db/db.dart ('k') | lib/src/db/model_db_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698