]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Added prefixes option to that accepts a list of string to insert after CREATE in...
authorMichael Trier <mtrier@gmail.com>
Sat, 5 Jul 2008 03:31:30 +0000 (03:31 +0000)
committerMichael Trier <mtrier@gmail.com>
Sat, 5 Jul 2008 03:31:30 +0000 (03:31 +0000)
commit9d7c6901cb92da6cb846bd6c90364cb5d3e934f4
treeab458d64316dbc14086dd77bc3487c44b3be4a25
parentb11a772d1eea199aa598d2683585efa05de18b3f
Added prefixes option to  that accepts a list of string to insert after CREATE in the CREATE TABLE statement. Closes #1075.
CHANGES
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql/compiler.py
test/engine/metadata.py