]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [feature] Added a hook to the system of rendering
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 9 Sep 2012 18:39:25 +0000 (14:39 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 9 Sep 2012 18:39:25 +0000 (14:39 -0400)
commit1c325dc9c73820e78ab79d4aa160dc0f6cbe3b65
tree02b1a3fb6f24fe0bddd582a3fec519c99d40d36c
parentb96250d0063cd7ce9cc1f95abade68e6656d6acb
- [feature] Added a hook to the system of rendering
CREATE TABLE that provides access to the render for each
Column individually, by constructing a @compiles
function against the new schema.CreateColumn
construct.  [ticket:2463]
CHANGES
doc/build/core/schema.rst
lib/sqlalchemy/ext/compiler.py
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql/compiler.py
test/ext/test_compiler.py
test/sql/test_metadata.py