]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Add row_factory argument to connection.execute()
authorDenis Laxalde <denis.laxalde@dalibo.com>
Thu, 11 Feb 2021 16:25:34 +0000 (17:25 +0100)
committerDenis Laxalde <denis.laxalde@dalibo.com>
Thu, 11 Feb 2021 16:25:34 +0000 (17:25 +0100)
commit325ee499be74b5dfd1ea81932528d8608953dff6
tree3038b4de08c2b63c270be702a77b99dffcbbc96f
parent7e12de7cd4cb9411539240953a1b90fa284fb750
Add row_factory argument to connection.execute()
psycopg3/psycopg3/connection.py
tests/test_connection.py
tests/test_connection_async.py