]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed concatenation of constraints when "PRIMARY KEY"
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 27 May 2010 18:46:44 +0000 (14:46 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 27 May 2010 18:46:44 +0000 (14:46 -0400)
commit035ec314f63bd03de11eeac7c52c852674c7ce29
treecd53eee0f07679d98a402dffd12a7ceb00113bc7
parentb086f9a81556250ac6352e092a36e53757f36477
- Fixed concatenation of constraints when "PRIMARY KEY"
constraint gets moved to column level due to SQLite
AUTOINCREMENT keyword being rendered.  [ticket:1812]
- remove some extra space in between constraint DDL
- added alias() to binary comparison test, fixing pg + mysql failures
CHANGES
lib/sqlalchemy/dialects/sqlite/base.py
lib/sqlalchemy/sql/compiler.py
test/dialect/test_sqlite.py
test/sql/test_constraints.py
test/sql/test_types.py