]> 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:58:32 +0000 (13:58 -0400)
commit58617ff5ff2facafdc6d17f7115a338daf878629
tree63cd884d10ab092f7cf8153168325de9333a1f9e
parentf8061236b8e74596fcb372149b76b9caa476e5b5
- 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.

Conflicts:
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/sql/ddl.py
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql/compiler.py
test/ext/test_compiler.py