v2.1.0
- generalize the
where_eq
argument toselect_many()
into an argument list of set operators that can filter and order query results. - add the set operators
xtuml.order_by()
andxtuml.reverse_order_by()
.
where_eq
argument to select_many()
into an argument list of set operators that can filter and order query results.xtuml.order_by()
and xtuml.reverse_order_by()
.