Error executing sql BEGIN in postgres
I would like to manage my own transaction, with the commit/rollback managed via scope and a finalizer. However, when I execute
I get the following error:
Is this something to do with postgres prepared statements? How can I get around this?
I get the following error:
Is this something to do with postgres prepared statements? How can I get around this?
