- Added supported for various SQLAlchemy objects in make_order_by_deterministic (previosly this function threw exceptions for other than Column objects)
0.27.2
Not secure
^^^^^^^^^^^^^^^^^^^
- Fixed MapperEntity handling in get_mapper and get_tables utility functions - Fixed make_order_by_deterministic handling for queries without order by (no just silently ignores those rather than throws exception) - Made make_order_by_deterministic if given query uses strings as order by args
0.27.1
Not secure
^^^^^^^^^^^^^^^^^^^
- Added support for more SQLAlchemy based objects and classes in get_tables function - Added has_unique_index utility function - Added make_order_by_deterministic utility function
0.27.0
Not secure
^^^^^^^^^^^^^^^^^^^
- Added EncryptedType
0.26.17
^^^^^^^^^^^^^^^^^^^^
- Added explain and explain_analyze expressions - Added analyze function
0.26.16
^^^^^^^^^^^^^^^^^^^^
- Fix aggregate value handling for cascade deleted objects - Fix ambiguous column sorting with join table inheritance in sort_query