2019-01-15 12:52:46 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-sqlalchemy-utils: updated to 0.33.11 0.33.11: - Added support for creating and dropping a PostgreSQL database when using \ pg8000 driver 0.33.10: - Removed optional dependency to Flask-Babel. Now using Babel instead. |
2018-12-13 12:47:35 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-sqlalchemy-utils: updated to 0.33.9 0.33.9: - Fixed SQLite database_exists to check for correct file format |
2018-11-28 10:17:54 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-sqlalchemy-utils: updated to 0.33.8 0.33.8: - Added support of short-code in PhoneNumberType 0.33.7: - Added MSSQL support for create_database and drop_database |
2018-11-01 14:01:23 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-sqlalchemy-utils: updated to 0.33.6 0.33.6: Fixed passlib compatibility issue (again) Added support for SQL VIEWs |
2018-09-21 09:51:47 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-sqlalchemy-utils: updated to 0.33.5 0.33.5: Added optional attr parameter for locale calleble in TranslationHybrid Fixed an issue with PasswordType so that it is compatible with older versions of \ passlib 0.33.4: Made PasswordType use hash function instead of deprecated encrypt function |
2018-08-21 10:36:19 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-sqlalchemy-utils: updated to 0.33.3 0.33.3: - Added new AesGcmEngine |
2018-04-27 08:57:21 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-sqlalchemy-utils: updated to 0.33.2 0.33.2: Added support for universal wheels. Fixed usage of template0 and template1 with postgres database functions. |
2018-04-02 15:07:40 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-sqlalchemy-utils: updated to 0.33.1 0.33.1: Fixed EncryptedType for Oracle padding attack |
2018-02-22 10:56:12 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-sqlalchemy-utils: updated to 0.33.0 0.33.0: Added support for materialized views in PostgreSQL Added Ltree.descendant_of and Ltree.ancestor_of Dropped Python 3.3 support Fixed EncryptedType padding |
2017-11-28 10:43:21 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-sqlalchemy-utils: updated to 0.32.21 0.32.21: Close connections on exists, create and drop database functions |