]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Fixed adapters copy-on-write
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 1 May 2021 23:47:23 +0000 (01:47 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 1 May 2021 23:47:23 +0000 (01:47 +0200)
commit446879a7bb0e57e7eebac3a5f05d591d6efaae14
tree443b6b382de955e77ba5b9f3a3a214994cbcdf3e
parent9d49bf880183073eb86bb9db14fb4b5a353350d9
Fixed adapters copy-on-write

If a wider context is customised don't affect smaller contexts already
created.
psycopg3/psycopg3/adapt.py
tests/test_adapt.py