diff options
| author | Michael Trier <mtrier@gmail.com> | 2008-12-11 19:24:22 +0000 |
|---|---|---|
| committer | Michael Trier <mtrier@gmail.com> | 2008-12-11 19:24:22 +0000 |
| commit | 052d7f36433a0c29ab20d0ea37933c03a488e12d (patch) | |
| tree | 86f5e5c3438a32f0edfc89467a740f6e9038d45d /CHANGES | |
| parent | 5b0c456abd7756fa50700b7332f2cbe1d5aef620 (diff) | |
| download | sqlalchemy-052d7f36433a0c29ab20d0ea37933c03a488e12d.tar.gz | |
Implemented experimental savepoint support in mssql. There are still some failing savepoint related tests.
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |
