]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Commands generation separated from execution in transactions
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 16 Nov 2020 03:52:29 +0000 (03:52 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 16 Nov 2020 04:02:30 +0000 (04:02 +0000)
commit93c388a12486329bb5db757cc405e5fe9be77eb8
treef6841574bcdf2dfd219e5edda411bf20007aacf6
parent73c8c9f01f4f95730725b53f91024aa9a76aa9a9
Commands generation separated from execution in transactions

Commands and state change are independent from sync/async. Only the
execution and the interface is in the different sync/async subclasses
now.
psycopg3/psycopg3/transaction.py