summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael Trier <mtrier@gmail.com>2008-12-11 19:24:22 +0000
committerMichael Trier <mtrier@gmail.com>2008-12-11 19:24:22 +0000
commit052d7f36433a0c29ab20d0ea37933c03a488e12d (patch)
tree86f5e5c3438a32f0edfc89467a740f6e9038d45d /CHANGES
parent5b0c456abd7756fa50700b7332f2cbe1d5aef620 (diff)
downloadsqlalchemy-052d7f36433a0c29ab20d0ea37933c03a488e12d.tar.gz
Implemented experimental savepoint support in mssql. There are still some failing savepoint related tests.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f0b3b18f1..5f85c4fa8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -161,6 +161,10 @@ CHANGES
- Documented `comparator_factory` kwarg, added
new doc section "Custom Comparators".
+- mssql
+ - Added experimental support of savepoints. It
+ currently does not work fully with sessions.
+
- postgres
- Calling alias.execute() in conjunction with
server_side_cursors won't raise AttributeError.