]> git.ipfire.org Git - thirdparty/psycopg.git/commit
chore: add debug logging at connection time
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 29 Apr 2025 14:14:40 +0000 (16:14 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 29 Apr 2025 16:07:44 +0000 (18:07 +0200)
commit55965e71b4bf4de56c5c6621ce5c9a91f1c8c3e0
tree8216c4c01a176530e8628c0e85a235d0f042e868
parent9266dc229a7ad58bf4bbd1afe47c3aba94155d24
chore: add debug logging at connection time

Only added to the Python implementation for the moment.

See #888
psycopg/psycopg/generators.py