ExeTera
ExeTera copied to clipboard
Robustness: ordered merge functions don't check ordering of keys
Add checks to the Session.ordered_merge functionality to determine that keys are ordered. There are two options for implementing this:
- automatically check key fields and perform the ordering if necessary
- check fields and raise an exception if the keys are not ordered