]> git.ipfire.org Git - thirdparty/psycopg.git/commit
sql.SQL.format() accepts any Python object, making it a Literal
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 9 Nov 2020 02:21:47 +0000 (02:21 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 9 Nov 2020 02:21:47 +0000 (02:21 +0000)
commit727fba7f9ff7cf3f77763e9361c195553ec8d377
tree05f0bb37b2cdd8d2d34558ae0ae16681541eecbb
parenta82f55831f00c73c71f10e42b1250e82d64db5c2
sql.SQL.format() accepts any Python object, making it a Literal
psycopg3/psycopg3/sql.py
tests/test_sql.py