]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The new dialect-level keyword argument system for schema-level
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 26 Feb 2014 00:52:17 +0000 (19:52 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 26 Feb 2014 00:52:17 +0000 (19:52 -0500)
commit33f07202ce2d9d34f346e9629dc602d920091cf1
treef41459bbfad1e2068c640405e682adb8236d3896
parente60529da797491e9e88e9fcc581334ad3a09bcc2
- The new dialect-level keyword argument system for schema-level
constructs has been enhanced in order to assist with existing
schemes that rely upon addition of ad-hoc keyword arguments to
constructs.
- To suit the use case of allowing custom arguments at construction time,
the :meth:`.DialectKWArgs.argument_for` method now allows this registration.
fixes #2962
doc/build/builder/autodoc_mods.py
doc/build/changelog/changelog_09.rst
doc/build/core/sqlelement.rst
lib/sqlalchemy/sql/base.py
test/sql/test_metadata.py