]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add reflection_options to automapbase.prepare()
authorGord Thompson <gord@gordthompson.com>
Tue, 16 Feb 2021 19:35:32 +0000 (12:35 -0700)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 25 Feb 2021 21:01:59 +0000 (16:01 -0500)
commit54e848dfed020e0600fb0d50a80a4d94ad745747
tree8c66d938cfce6356defc2e4fe551ac4717a604f2
parentdc615763d39916e9c037c7c376db1817cdf02764
Add reflection_options to automapbase.prepare()

Fixes: #5942
Change-Id: If72ccca93fbe303799b1bacb7339c4c85e4251aa
doc/build/changelog/unreleased_14/5942.rst [new file with mode: 0644]
lib/sqlalchemy/ext/automap.py
test/ext/test_automap.py