From: Rick Morrison Date: Sat, 23 Sep 2006 21:55:39 +0000 (+0000) Subject: added MSSQL changes X-Git-Tag: rel_0_3_0~131 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=929d09a2ede0c97332ca1507f60e69f0e16ee54c;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git added MSSQL changes --- diff --git a/CHANGES b/CHANGES index e3dc2f2741..40e3f43c7a 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