diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-06-03 09:37:27 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-06-03 10:31:57 -0400 |
commit | dd5d6d15467b66398dd328ff43b863a057899291 (patch) | |
tree | c6b381208b1ba64d1b41763bccee1bde0e50ce3d /lib/sqlalchemy/sql/compiler.py | |
parent | 52effe545fafe80570663d9c462166302efae082 (diff) | |
download | sqlalchemy-dd5d6d15467b66398dd328ff43b863a057899291.tar.gz |
Adjust create_proxy_methods() to use kw arguments
Adjusted the means by which classes such as :class:`_orm.scoped_session`
and :class:`_asyncio.AsyncSession` are generated from the base
:class:`_orm.Session` class, such that custom :class:`_orm.Session`
subclasses such as that used by Flask-SQLAlchemy don't need to implement
positional arguments when they call into the superclass method, and can
continue using the same argument styles as in previous releases.
Fixes: #6285
References: https://github.com/pallets/flask-sqlalchemy/issues/953
Change-Id: I8612ab33743625e70eb158efceb0636d783c92a5
Diffstat (limited to 'lib/sqlalchemy/sql/compiler.py')
0 files changed, 0 insertions, 0 deletions