]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
On MSSQL if a field is part of the primary_key then it should not allow NULLS.
authorMichael Trier <mtrier@gmail.com>
Sun, 28 Dec 2008 07:40:56 +0000 (07:40 +0000)
committerMichael Trier <mtrier@gmail.com>
Sun, 28 Dec 2008 07:40:56 +0000 (07:40 +0000)
commitcae83f6d4fc3eef57814e6bd554bc39461644359
tree6fa7468f27e727b43e6d5eeaf9080363e0639af1
parentdefba2fc020556dadd106e7e4e35907216d9208d
On MSSQL if a field is part of the primary_key then it should not allow NULLS.
CHANGES
lib/sqlalchemy/databases/mssql.py
test/dialect/mssql.py
test/sql/constraints.py