Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tree: fix DatumPrev for collated string
This commit removes the support of collated strings from `DatumPrev`. As it turns out, the comparison of collated strings is done by comparing their collation keys, and the current method of generating the previous string (simply subtracting 1 from the last non-zero byte) doesn't work. Similar bug in `DatumNext` was fixed in 1902d3d (which added the collated strings into randomly generated types), but I didn't stress the test to catch this bug. The impact of the bug is minor since it's only used in `debut statement-bundle recreate` command. Epic: None Release note: None
- Loading branch information