]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The Index() construct can be created inline with a Table
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Jan 2011 18:48:46 +0000 (13:48 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Jan 2011 18:48:46 +0000 (13:48 -0500)
commite46301b5154000148155ef00d15b35857ebb31ad
tree2b34b20e2ac178827a9b907b95559efee5fddfb1
parent8f78d5ba00f7e8656bdd7fd07dbadb5a6b4d1b72
- The Index() construct can be created inline with a Table
definition, using strings as column names, as an alternative
to the creation of the index outside of the Table.
CHANGES
doc/build/core/schema.rst
lib/sqlalchemy/ext/declarative.py
lib/sqlalchemy/schema.py
test/sql/test_constraints.py