]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
mssql: - [bug] Fixed bug where reflection of primary key constraint
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 30 Sep 2012 22:23:21 +0000 (18:23 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 30 Sep 2012 22:23:21 +0000 (18:23 -0400)
commit502152de2a77d213489d9652f1779dffde1e6d7b
tree4c0fb75fb93775e83fc8b9b103ea85b3cc730dc5
parent061d5cfab13c1e9e5546248ea48178cafbebb7a5
mssql:   - [bug] Fixed bug where reflection of primary key constraint
    would double up columns if the same constraint/table
    existed in multiple schemas.
- force returns_rows to False for inserts where we know rows shouldnt be returned;
allows post_exec() to use the cursor without issue
CHANGES
lib/sqlalchemy/dialects/mssql/base.py
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/engine/result.py
lib/sqlalchemy/testing/suite/test_ddl.py
lib/sqlalchemy/testing/suite/test_insert.py