doltgresql icon indicating copy to clipboard operation
doltgresql copied to clipboard

get rid of autocommit behavior

Open zachmu opened this issue 2 months ago • 0 comments

Postgres has no concept of autocommit. Any statement that takes place outside of an explicit transaction is automatically committed. Effectively: autocommit is always on in Postgres.

This means it must be impossible to set autocommit = off in doltgres.

zachmu avatar May 09 '24 23:05 zachmu