- Raise a more informative exception when accessing Item references pointing
to nonexistent items.
- Enforce prevention of deletion of items referred to by references set to
reference.DISALLOW.
- Tables in the FROM clause of SQL generated by queries are now ordered by the
order of the Item subclasses in the comparisons used to generate them.
- A new IComparison implementation has been added to allow application-level
code to explicitly specify the order of types in the join.