@@ -234,6 +234,8 @@ where:
234
234
since each replicaset has its own sequence. If sequence field is a part
235
235
of the sharding key (which is true by default), choosing the bucket id is
236
236
the sole responsibility of the developer
237
+ * ` noreturn ` (` ?boolean ` ) - suppress successfully processed tuple
238
+ (first return value is ` nil ` ). ` false ` by default
237
239
238
240
Returns metadata and array contains one inserted row, error.
239
241
@@ -299,6 +301,8 @@ where:
299
301
since each replicaset has its own sequence. If sequence field is a part
300
302
of the sharding key (which is true by default), choosing the bucket id is
301
303
the sole responsibility of the developer
304
+ * ` noreturn ` (` ?boolean ` ) - suppress successfully processed tuples
305
+ (first return value is ` nil ` ). ` false ` by default
302
306
303
307
Returns metadata and array with inserted rows, array of errors.
304
308
Each error object can contain field ` operation_data ` .
@@ -474,6 +478,8 @@ where:
474
478
* ` vshard_router ` (` ?string|table ` ) - Cartridge vshard group name or
475
479
vshard router instance. Set this parameter if your space is not
476
480
a part of the default vshard cluster
481
+ * ` noreturn ` (` ?boolean ` ) - suppress successfully processed tuple
482
+ (first return value is ` nil ` ). ` false ` by default
477
483
478
484
Returns metadata and array contains one updated row, error.
479
485
@@ -510,6 +516,8 @@ where:
510
516
* ` vshard_router ` (` ?string|table ` ) - Cartridge vshard group name or
511
517
vshard router instance. Set this parameter if your space is not
512
518
a part of the default vshard cluster
519
+ * ` noreturn ` (` ?boolean ` ) - suppress successfully processed tuple
520
+ (first return value is ` nil ` ). ` false ` by default
513
521
514
522
Returns metadata and array contains one deleted row (empty for vinyl), error.
515
523
@@ -557,6 +565,8 @@ where:
557
565
since each replicaset has its own sequence. If sequence field is a part
558
566
of the sharding key (which is true by default), choosing the bucket id is
559
567
the sole responsibility of the developer
568
+ * ` noreturn ` (` ?boolean ` ) - suppress successfully processed tuple
569
+ (first return value is ` nil ` ). ` false ` by default
560
570
561
571
Returns inserted or replaced rows and metadata or nil with error.
562
572
@@ -622,6 +632,8 @@ where:
622
632
since each replicaset has its own sequence. If sequence field is a part
623
633
of the sharding key (which is true by default), choosing the bucket id is
624
634
the sole responsibility of the developer
635
+ * ` noreturn ` (` ?boolean ` ) - suppress successfully processed tuples
636
+ (first return value is ` nil ` ). ` false ` by default
625
637
626
638
Returns metadata and array with inserted/replaced rows, array of errors.
627
639
Each error object can contain field ` operation_data ` .
@@ -758,6 +770,8 @@ where:
758
770
* ` vshard_router ` (` ?string|table ` ) - Cartridge vshard group name or
759
771
vshard router instance. Set this parameter if your space is not
760
772
a part of the default vshard cluster
773
+ * ` noreturn ` (` ?boolean ` ) - suppress successfully processed tuple
774
+ (first return value is ` nil ` ). ` false ` by default
761
775
762
776
Returns metadata and empty array of rows or nil, error.
763
777
@@ -819,6 +833,8 @@ where:
819
833
* ` vshard_router ` (` ?string|table ` ) - Cartridge vshard group name or
820
834
vshard router instance. Set this parameter if your space is not
821
835
a part of the default vshard cluster
836
+ * ` noreturn ` (` ?boolean ` ) - suppress successfully processed tuples
837
+ (first return value is ` nil ` ). ` false ` by default
822
838
823
839
Returns metadata and array of errors.
824
840
Each error object can contain field ` operation_data ` .
0 commit comments