- Made psycopg2 requirement optional (145, 146) - Made CompositeArray work with tuples given as bind parameters
0.30.5
Not secure
^^^^^^^^^^^^^^^^^^^
- Fixed CompositeType bind parameter processing when one of the fields is of TypeDecorator type and CompositeType is used inside ARRAY type.
0.30.4
Not secure
^^^^^^^^^^^^^^^^^^^
- Fixed CompositeType bind parameter processing when one of the fields is of TypeDecorator type.
0.30.3
Not secure
^^^^^^^^^^^^^^^^^^^
- Added length property to range types - Added CompositeType for PostgreSQL
0.30.2
Not secure
^^^^^^^^^^^^^^^^^^^
- Fixed ``assert_max_length``, ``assert_non_nullable``, ``assert_min_value`` and ``assert_max_value`` not properly raising an ``AssertionError`` when the assertion failed.