Skip to content

Commit 81234ce

Browse files
committed
feat(testcontainers): edit crud_aux.lua
1 parent 519dbbe commit 81234ce

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tarantool-shared-resources/cartridge/app/api/crud_aux.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ local crud_methods_to_patch = {
1111
'update',
1212
'upsert',
1313
'insert_many',
14+
'insert_object_many',
1415
'replace_many',
16+
'replace_object_many',
1517
'upsert_many',
18+
'upsert_object_many',
1619
'truncate',
1720
'count',
1821
'len',

tarantool-shared-resources/vshard_cluster/crud_aux.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ local crud_methods_to_patch = {
1111
'update',
1212
'upsert',
1313
'insert_many',
14+
'insert_object_many',
1415
'replace_many',
16+
'replace_object_many',
1517
'upsert_many',
18+
'upsert_object_many',
1619
'truncate',
1720
'count',
1821
'len',

0 commit comments

Comments
 (0)