]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Make sure you can use a named cursor to "steal" a portal
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 10 Feb 2021 01:47:45 +0000 (02:47 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 10 Feb 2021 01:47:45 +0000 (02:47 +0100)
commit73727267c708df1d1b991af919371d09432dd408
tree7a0cc9be79757742f4b9723f0d34d93a6cdc2611
parente1e801026eefb4a922cd16f69a22196ca72ca1cc
Make sure you can use a named cursor to "steal" a portal
psycopg3/psycopg3/named_cursor.py
tests/test_named_cursor.py
tests/test_named_cursor_async.py