From edad7a1c090dfc5f7ae7bf1192be21075691f431 Mon Sep 17 00:00:00 2001 From: Jan Skrasek Date: Wed, 18 Dec 2024 21:57:50 +0100 Subject: [PATCH] no pooling in sqlsrv/odbc --- tests/databases.github.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/databases.github.ini b/tests/databases.github.ini index f11ae96..fc171c5 100644 --- a/tests/databases.github.ini +++ b/tests/databases.github.ini @@ -86,6 +86,8 @@ password = "YourStrong!Passw0rd" database = nextras_dbal_test port = 1433 TrustServerCertificate = true +; allow reconnect to work properly +ConnectionPooling = 0 [sqlsrv pdo] driver = pdo_sqlsrv @@ -95,3 +97,5 @@ password = "YourStrong!Passw0rd" database = nextras_dbal_test port = 1433 TrustServerCertificate = true +; allow reconnect to work properly +ConnectionPooling = 0