]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Add binary parameter to cursor.execute()
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 25 Aug 2021 17:57:46 +0000 (19:57 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 25 Aug 2021 17:57:46 +0000 (19:57 +0200)
commitdf84006cbdf6e7c2bbf3f70ea596fe12c413f38d
tree7383d334cbc311943e843b1582e4be0a424be72e
parent7315d3eb204d33f267fa2d4c1a926e131029fe04
Add binary parameter to cursor.execute()
19 files changed:
docs/api/connections.rst
docs/api/cursors.rst
docs/basic/params.rst
psycopg/psycopg/_transform.py
psycopg/psycopg/abc.py
psycopg/psycopg/connection.py
psycopg/psycopg/connection_async.py
psycopg/psycopg/cursor.py
psycopg/psycopg/cursor_async.py
psycopg/psycopg/server_cursor.py
psycopg_c/psycopg_c/_psycopg.pyi
psycopg_c/psycopg_c/_psycopg/transform.pyx
tests/fix_db.py
tests/test_connection.py
tests/test_connection_async.py
tests/test_cursor.py
tests/test_cursor_async.py
tests/test_server_cursor.py
tests/test_server_cursor_async.py