]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Move dict/namedtuple row factory cursor inspection outside row maker
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 4 Aug 2021 01:47:26 +0000 (02:47 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 5 Aug 2021 20:32:04 +0000 (21:32 +0100)
commit0df37bd2e7d9a2c0d6607932f0ddecb43443b6d2
tree99d2eeb255d90c4929f0f131a45685c83ac52f67
parent08b7cfc86278765a44ffa784df52af35c6d9e7c5
Move dict/namedtuple row factory cursor inspection outside row maker

The list of fields names is supposed to be cached at every query result,
not at every row.
psycopg/psycopg/rows.py
tests/test_cursor.py
tests/test_rows.py