]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add schema argument to AutomapBase.prepare()
authorJosh Marlow <joshmarlow@gmail.com>
Tue, 12 Apr 2016 03:16:12 +0000 (23:16 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 2 Jun 2016 18:00:13 +0000 (14:00 -0400)
commitcafebe160434973d07b1fa3412064c2870d781f2
tree64e1391c0ef259596c5245e3920dced75fb1dd61
parent31699bd1866bbfc36f1501e5e1b54d3c06cf3b4c
Add schema argument to AutomapBase.prepare()

This allows automap to reflect tables from a schema other than the
default without the need to resort to calling MetaData.reflect
directly.

Change-Id: Ie73cb113bd6d115555c09c5efc33d27ad2c9c512
Pull-request: https://github.com/zzzeek/sqlalchemy/pull/237
doc/build/changelog/changelog_11.rst
lib/sqlalchemy/ext/automap.py
test/ext/test_automap.py