Re: psycopg3 transactions

2021-10-13 Thread Reuben Rissler
would have thrown the data away. Disclaimer: I haven't actually used the new psycopg. I just actively follow this mail list while continuing to use psycopg2. Reuben Rissler

Re: psycopg3 transactions

2021-10-14 Thread Reuben Rissler
see how I like transactions vs commit/rollback. Reuben Rissler

Re: Nested transactions support for code composability

2020-02-15 Thread Reuben Rissler
On 02/15/2020 11:55 AM, Daniel Fortunov wrote: For details on the library, see the README at https://github.com/asqui/psycopg-nestedtransactions Do people think this is worthy of inclusion in psycopg2.extras (or elsewhere in psycopg2?) This is interesting, to say the least. I use psycopg