]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Composite record parsing made independent from the "()" terminators
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 5 Dec 2020 15:51:39 +0000 (15:51 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 5 Dec 2020 15:55:26 +0000 (15:55 +0000)
commitf5931323942c0c28ff0a594e4ca3dbc2142cf169
tree68bd540cf49e8c23e34ace7ad71c7122fd380c9d
parent376335155c8a8b556a35cbd0737100024e83e4dc
Composite record parsing made independent from the "()" terminators

This should make this code useful to parse range representations too,
which may use a mix of () and [] terminators.
psycopg3/psycopg3/types/composite.py