Skip to content

Commit

Permalink
no pooling in sqlsrv/odbc
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Dec 18, 2024
1 parent 9d587d7 commit edad7a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/databases.github.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -95,3 +97,5 @@ password = "YourStrong!Passw0rd"
database = nextras_dbal_test
port = 1433
TrustServerCertificate = true
; allow reconnect to work properly
ConnectionPooling = 0

0 comments on commit edad7a1

Please sign in to comment.