diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2014-08-21 05:27:57 +0100 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2014-08-21 05:53:07 +0100 |
commit | d20c03310df7d2e1685fbe2eb97e6eb434bd38fb (patch) | |
tree | 64935a46954b0d827faf23e209767756081b8f8b | |
parent | 13b0852619d005d593abd76d201143ff37ec6aa9 (diff) | |
download | psycopg2-d20c03310df7d2e1685fbe2eb97e6eb434bd38fb.tar.gz |
Document WITH HOLD corrections.
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -18,6 +18,9 @@ What's new in psycopg 2.5.4 proper methods (:ticket:`#219`). - Force conversion of pool arguments to integer to avoid potentially unbounded pools (:ticket:`#220`). +- Cursors :sql:`WITH HOLD` don't begin a new transaction upon move/fetch/close + (:ticket:`#228`). +- Cursors :sql:`WITH HOLD` can be used in autocommit (:ticket:`#229`). - Don't ignore silently the `cursor.callproc` argument without a length. - Added a few errors missing from `~psycopg2.errorcodes`, defined by PostgreSQL but not documented. |