]> git.ipfire.org Git - thirdparty/psycopg.git/commit
feat: allow Identifier.as_string() and as_bytes() to take no connection
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 12 Jan 2024 16:57:42 +0000 (17:57 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 27 Jan 2024 02:12:02 +0000 (02:12 +0000)
commit26a30f7c05a9cde0e255609308fd96feec3186a6
treebaa7eaddc95904835d3528b5e0a9f7d5dd7a97d4
parentef901fb5f10ebb1d8b3ec381c591f04bbccba1a7
feat: allow Identifier.as_string() and as_bytes() to take no connection
psycopg/psycopg/sql.py
tests/test_sql.py