]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The :paramref:`.Table.extend_existing` and :paramref:`.Table.autoload_replace`
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 5 Jan 2014 02:12:31 +0000 (21:12 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 5 Jan 2014 02:12:31 +0000 (21:12 -0500)
commitecb3865615082301c2e5ab7f8e8a40bfbb99b05c
tree6a12d6c09d79f7655d867f5b6190d38d547b8584
parentcad46c3cdca2bb914bcfc233fcbd3647eaf8ffe9
- The :paramref:`.Table.extend_existing` and :paramref:`.Table.autoload_replace`
parameters are now available on the :meth:`.MetaData.reflect`
method.
- starting to use paramref and need newer paramlinks version.
doc/build/changelog/changelog_09.rst
doc/build/requirements.txt
lib/sqlalchemy/sql/schema.py
test/engine/test_reflection.py