We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 519dbbe commit 81234ceCopy full SHA for 81234ce
tarantool-shared-resources/cartridge/app/api/crud_aux.lua
@@ -11,8 +11,11 @@ local crud_methods_to_patch = {
11
'update',
12
'upsert',
13
'insert_many',
14
+ 'insert_object_many',
15
'replace_many',
16
+ 'replace_object_many',
17
'upsert_many',
18
+ 'upsert_object_many',
19
'truncate',
20
'count',
21
'len',
tarantool-shared-resources/vshard_cluster/crud_aux.lua
0 commit comments