]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Don't use row dumpers to dump a sequence in C implementation either
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 14 Oct 2021 00:21:25 +0000 (02:21 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 14 Oct 2021 00:21:25 +0000 (02:21 +0200)
commite2a7f04236c82dbca0e8ec82b7f3ea10f3965168
tree997433b281903522b093a1f4df019a72191328a3
parent6d3e990777b06bcde10f1a71843e86388f5f38ab
Don't use row dumpers to dump a sequence in C implementation either

As per previous commit, the assumption that different rows will need the
different dumper is easily broken.

Ref. bug #112
psycopg_c/psycopg_c/_psycopg/transform.pyx