2020-08-06 16:26:54 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-sqlalchemy-utils: updated to 0.36.8 0.36.8 - Don't connect to 'postgres' data base for database existence check 0.36.7 - Fix dynamic relationships for observables 0.36.6 - Reverted 426 and added support for Legacy Encrypted Type - Added psycopg2cffi support for create_database and drop_database |
2020-05-18 12:45:19 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message: py-sqlalchemy-utils: updated to 0.36.5 0.36.5: - Added support for dictionary input in CompositeType - Added new EnrichedDateTime and EnrichedDate types - Using String instead of LargeBinary for impl of EncryptedType - Added support for JSONType in EncryptedType 0.36.4: - Added jsonb_sql function - Drop py27 support |
2020-04-10 09:59:54 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-sqlalchemy-utils: updated to 0.36.3 0.36.3: - Added hash method for PhoneNumberType 0.36.2: - Added repr for UUIDType |
2020-02-04 18:04:15 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-sqlalchemy-utils: updated to 0.36.1 0.36.1: - Added support for CASCADE option when dropping views - Added `aliases` parameter to create_materialized_view function. 0.36.0: - Removed explain and explain_analyze due to the internal changes in SQLAlchemy \ version 1.3. 0.35.0: - Removed some deprecation warnings - Added Int8RangeType |
2019-12-03 19:23:33 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-sqlalchemy-utils: updated to 0.35.0 0.35.0: - Removed some deprecation warnings - Added Int8RangeType |
2019-08-26 12:29:00 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-sqlalchemy-utils: updated to 0.34.2 0.34.2: - Remove ABC deprecation warnings 0.34.1: - Remove deprecation warnings - Drop py34 support |
2019-07-03 22:19:53 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-sqlalchemy-utils: updated to 0.34.0 0.34.0: - Removed array_agg compilation which was never a good idea and collided with \ the latest version of SA. - Removed deprecation warnings |
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 |