summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
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.