]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Escape savepoint names
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 14 Nov 2020 23:03:39 +0000 (23:03 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 14 Nov 2020 23:03:39 +0000 (23:03 +0000)
commit1384ff1683d66b9c207c68a224e2498618b862f3
treeeac31e8a0394a73fd2a5a4694d683ba82264f0fe
parentbdd91c028405c4c89fa27c9304879fe92e8dfea9
Escape savepoint names

Added more internal support to the connection to generate internal
commands dynamically, thanks to the `sql` module now implemented.
psycopg3/psycopg3/connection.py
psycopg3/psycopg3/transaction.py
tests/test_transaction.py