summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Morrison <rickmorrison@gmail.com>2006-09-23 21:55:39 +0000
committerRick Morrison <rickmorrison@gmail.com>2006-09-23 21:55:39 +0000
commit929d09a2ede0c97332ca1507f60e69f0e16ee54c (patch)
tree1109e7a4c67d62ccabc37b14f03f81f80c645288
parentfacbaa3333a5ca24f1cd4d09e5f84b63d3faefe5 (diff)
downloadsqlalchemy-929d09a2ede0c97332ca1507f60e69f0e16ee54c.tar.gz
added MSSQL changes
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e3dc2f274..40e3f43c7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,8 @@
0.2.9
+- updates to MS-SQL driver:
+ -- fixes bug 261 (table reflection broken for MS-SQL case-sensitive databases)
+ -- can now specify port for pymssql
+ -- introduces new "auto_identity_insert" option for auto-switching between "SET IDENTITY_INSERT" mode when values specified for IDENTITY columns
- more rearrangements of unit-of-work commit scheme to better allow
dependencies within circular flushes to work properly...updated
task traversal/logging implementation