Files
sqlalchemy/test
Mike Bayer de7007e7cc call super().__init_subclass__(); support GenericAlias
Improved the :class:`.DeclarativeBase` class so that when combined with
other mixins like :class:`.MappedAsDataclass`, the order of the classes may
be in either order.

Added support for mapped classes that are also ``Generic`` subclasses,
to be specified as a ``GenericAlias`` object (e.g. ``MyClass[str]``)
within statements and calls to :func:`_sa.inspect`.

Fixes: #8665
Change-Id: I03063a28b0438a44b9e028fd9d45e8ce08bd18c4
2022-10-19 08:00:35 -04:00
..
2022-06-21 10:17:40 -04:00
2022-09-23 13:37:50 -04:00
2022-03-04 16:28:31 -05:00