Commit e1e99ad
committed
module: release 1.5.2
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 with `ShardingHashMismatchError` if
a space has custom sharding info and every tuple/object
in the request has `bucket_id` set (#437).1 parent e4f0d21 commit e1e99ad
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
0 commit comments