I tried to create BEGIN TRANSACTION and COMMIT TRANSACTION queries and it works with sqlite and pg, but mssql automatically closes transaction after first query. Am I miss something or we need some explicit transactions support?
Tested both mssql 3.3.0 which defined as 'supported' and latest mssql package.
I tried to create
BEGIN TRANSACTIONandCOMMIT TRANSACTIONqueries and it works with sqlite and pg, but mssql automatically closes transaction after first query. Am I miss something or we need some explicit transactions support?Tested both mssql 3.3.0 which defined as 'supported' and latest mssql package.