You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please tell me when the completion of the "run multiple statements in one transaction" task is planned?
I have not found a way to disable the auto commit of a transaction so that the ZConnectionPool.transaction method rolls back several statements.
As I understand it, some kind of option is needed to disable autocommit in the ZConnectionPoll.make method so that the ZIO.unless(autocommitMode)(connection.rollback.ignoreLogged) line worked
There is no way to disable autocommit in the external Postgresql database properties
For example, the transaction will not roll back here and the first expression will remain committed:
We should probably have a model for Sql Transactions ,plus isolation levels
The text was updated successfully, but these errors were encountered: