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
Using DB::transaction() with the Windows pdo_sqlsrv driver causes this error to appear:
SQLSTATE[42000]: [Microsoft][SQL Server Native Client 11.0][SQL Server]A transaction that was started in a MARS batch is still active at the end of the batch. The transaction is rolled back.
The text was updated successfully, but these errors were encountered:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42000]: [Microsoft][SQL Server Native Client 11.0][SQL Server]A transaction that was started in a MARS batch is still active at the end of the batch. The transaction is rolled back.' in C:\caseon.dk\cn.new.caseon.dk\vendor\illuminate\database\Illuminate\Database\SqlServerConnection.php:15
Using DB::transaction() with the Windows pdo_sqlsrv driver causes this error to appear:
SQLSTATE[42000]: [Microsoft][SQL Server Native Client 11.0][SQL Server]A transaction that was started in a MARS batch is still active at the end of the batch. The transaction is rolled back.
The text was updated successfully, but these errors were encountered: