]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add DDLCompiler.create_table_suffix()
authorMark Sandan <msandan@utexas.edu>
Tue, 24 May 2016 00:08:36 +0000 (17:08 -0700)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 16 Jun 2016 15:43:02 +0000 (11:43 -0400)
commitd7b8b475f8a5c0ddf955157f89db3d44d0dc0d9a
tree8ce3434eec8554bf085c2b7068c66d0588e2383a
parente5bdf96bc0b1503c4e4c8461748cd061f624e346
Add DDLCompiler.create_table_suffix()

Allows custom dialects to add keywords after the
CREATE TABLE section.

Change-Id: I6fa66dfcf00ef95122f491a9115410df2746cf88
doc/build/changelog/changelog_11.rst
lib/sqlalchemy/sql/compiler.py
test/sql/test_compiler.py