- Added is_loaded utility function - Removed deprecated has_any_changes
0.27.7
Not secure
^^^^^^^^^^^^^^^^^^^
- Added support for Column and ColumnEntity objects in get_mapper - Made make_order_by_deterministic add deterministic column more aggressively
0.27.6
Not secure
^^^^^^^^^^^^^^^^^^^
- Fixed assert_max_length not working with non nullable columns - Add PostgreSQL < 9.2 support for drop_database
0.27.5
Not secure
^^^^^^^^^^^^^^^^^^^
- Made assert_* functions automatically rollback session - Changed make_order_by_deterministic attach order by primary key for queries without order by - Fixed alias handling in has_unique_index - Fixed alias handling in has_index - Fixed alias handling in make_order_by_deterministic
0.27.4
Not secure
^^^^^^^^^^^^^^^^^^^
- Added assert_non_nullable, assert_nullable and assert_max_length testing functions