]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
added MSSQL changes
authorRick Morrison <rickmorrison@gmail.com>
Sat, 23 Sep 2006 21:55:39 +0000 (21:55 +0000)
committerRick Morrison <rickmorrison@gmail.com>
Sat, 23 Sep 2006 21:55:39 +0000 (21:55 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index e3dc2f2741a0315ee0f654d70f93e69378cbbfb8..40e3f43c7a35e6b817f71cd764d6983d41128060 100644 (file)
--- 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