DifferentialOrange
released this
20 May 11:04
·
5 commits
to master
since this release
Overview
This release fixes the bug that was discovered while working with tt crud export
and tt crud import
tools.
Fixed
insert_many
,insert_object_many
,replace_many
,replace_object_many
,upsert_many
,upsert_object_many
operations no longer fail withShardingHashMismatchError
if a space has custom sharding info and every tuple/object in the request hasbucket_id
set (#437).