Open
Description
Porting over from #1246
Can be a potential footgun (#1246 (comment))
Autocommit usage (#1246 (comment))
However, there may still be some concerns around this since Transaction is a public class. If this is the case, I think we can start from making the parameter "private" (autocommit -> _autocommit) and/or adding some doc to explain the usage.