- Added support for InstrumentedAttributes, ColumnProperties and Columns in get_columns function
0.30.12
Not secure
^^^^^^^^^^^^^^^^^^^^
- Added support for PhoneNumber extensions (121)
0.30.11
Not secure
^^^^^^^^^^^^^^^^^^^^
- Fix None type handling of ChoiceType - Make locale casting for translation hybrid expressions cast locales on compilation phase. This extra lazy locale casting is needed in some cases where translation hybrid expressions are used before get_locale function is available.
0.30.10
Not secure
^^^^^^^^^^^^^^^^^^^^
- Added better support for dynamic locales in translation_hybrid - Make babel dependent primitive types to use Locale('en') for data validation instead of current locale. Using current locale leads to infinite recursion in cases where the loaded data has dependency to the loaded object's locale.
0.30.9
Not secure
^^^^^^^^^^^^^^^^^^^
- Added get_type utility function - Added default parameter for array_agg function
0.30.8
Not secure
^^^^^^^^^^^^^^^^^^^
- Added Asterisk compiler - Added row_to_json GenericFunction - Added array_agg GenericFunction - Made quote function accept dialect object as the first paremeter - Made has_index work with tables without primary keys (148)