diff options
| author | Rick Morrison <rickmorrison@gmail.com> | 2006-09-23 21:55:39 +0000 |
|---|---|---|
| committer | Rick Morrison <rickmorrison@gmail.com> | 2006-09-23 21:55:39 +0000 |
| commit | 929d09a2ede0c97332ca1507f60e69f0e16ee54c (patch) | |
| tree | 1109e7a4c67d62ccabc37b14f03f81f80c645288 | |
| parent | facbaa3333a5ca24f1cd4d09e5f84b63d3faefe5 (diff) | |
| download | sqlalchemy-929d09a2ede0c97332ca1507f60e69f0e16ee54c.tar.gz | |
added MSSQL changes
| -rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
