omu
SSC Veteran
Points: 205
More actions
October 28, 2024 at 12:00 am
#4472281
Comments posted to this topic are about the item Leveraging SQL Transaction Control in Python Applications
fregatepllada
SSCommitted
Points: 1702
October 28, 2024 at 9:20 am
#4474439
Why not to call stored procedure from Python?
martti.laiho
Newbie
Points: 5
October 29, 2024 at 6:29 am
#4474830
Interesting article. However, the SAVEPOINT example is misleading, presenting a subtransaction, kind of nested transaction of PostgreSQL. Does psycopg2 support SAVEPOINTs of PostgresSQL, see https://www.postgresql.org/docs/current/sql-savepoint.html
October 29, 2024 at 6:31 am
#4474834
The SAVEPOINT example presents a subtransaction instead of using PostgreSQL SAVEPOINT. See https://www.postgresql.org/docs/current/sql-savepoint.html
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply