We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd5ac3 commit fb96fa7Copy full SHA for fb96fa7
pkgs/gcloud/lib/src/db/db.dart
@@ -400,6 +400,9 @@ class DatastoreDB {
400
/// direct lookups will see the effect but non-ancestor queries will see the
401
/// change in an eventual consistent way.
402
///
403
+ /// The inserts are done as upserts unless the provided model does not have an
404
+ /// id, in which case an autoId will be generated.
405
+ ///
406
/// For transactions, please use `beginTransaction` and it's returned
407
/// [Transaction] object.
408
Future commit({List<Model>? inserts, List<Key>? deletes}) {
0 commit comments