summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-09-30 18:23:21 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-09-30 18:23:21 -0400
commit502152de2a77d213489d9652f1779dffde1e6d7b (patch)
tree4c0fb75fb93775e83fc8b9b103ea85b3cc730dc5 /CHANGES
parent061d5cfab13c1e9e5546248ea48178cafbebb7a5 (diff)
downloadsqlalchemy-502152de2a77d213489d9652f1779dffde1e6d7b.tar.gz
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
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 080e9d205..d304488e2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -967,6 +967,10 @@ are also present in 0.8.
attribute, causing the construct to not compile
correctly a second time. [ticket:2545]
+ - [bug] Fixed bug where reflection of primary key constraint
+ would double up columns if the same constraint/table
+ existed in multiple schemas.
+
0.7.8
=====
- orm