From 929d09a2ede0c97332ca1507f60e69f0e16ee54c Mon Sep 17 00:00:00 2001 From: Rick Morrison Date: Sat, 23 Sep 2006 21:55:39 +0000 Subject: [PATCH] added MSSQL changes --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.47.2