]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The :class:`.CreateColumn` construct can be appled to a custom
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 24 Aug 2013 17:55:14 +0000 (13:55 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 24 Aug 2013 17:56:01 +0000 (13:56 -0400)
commite9b2e33f15cd74978ca858e768e9c44abb1d00f3
tree80ed08ecb49907f916f9b45f7a909f32058f1233
parent460b23731cba29d319f0e9a3bc5b6df518c9df73
- The :class:`.CreateColumn` construct can be appled to a custom
compilation rule which allows skipping of columns, by producing
a rule that returns ``None``.  Also in 0.8.3.
doc/build/changelog/changelog_08.rst
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/ddl.py
test/ext/test_compiler.py