sqlalchemy-utils

Various utility functions and datatypes for SQLAlchemy.

OTHER License

Downloads
19.8M
Stars
1.2K
Committers
119

Bot releases are hidden (Show)

sqlalchemy-utils - 0.42.2 Latest Release

Published by josecsotomorales 7 months ago

  • Fix breaking change introduced on SQLAlchemy 2.0.22 changes to attributes.AttributeImpl constructor (#733)
sqlalchemy-utils - 0.41.1

Published by jpvanhal over 1 year ago

  • Use a custom SQL construct for refreshing materialized views in refresh_materialized_view (#703)
sqlalchemy-utils - 0.41.0

Published by kurtmckee over 1 year ago

  • Support psycopg3 for create_database() and delete_database().
    (#701, pull request by LerikP)
sqlalchemy-utils - 0.40.0

Published by kurtmckee over 1 year ago

  • Remove Python 3.6 support
  • Add SQLAlchemy 2 support
  • Add comparison operator support for LTree type (#668, pull request by salimfadhley)
sqlalchemy-utils - 0.39.0

Published by kurtmckee almost 2 years ago

  • Support Python 3.11.
  • Add pre-commit hooks for uniform text checks, isort, flake8, and pyupgrade.
  • Fix a crash that occurs if the colour-science package is installed, which shares the same import name as the colour package that sqlalchemy-utils supports. (#637, courtesy of JayPalm)
  • Fix a crash that occurs if the installed sqlalchemy version is a beta (like "2.0.0b3"). (Reported in #643, thanks Dinmukhamet!)