Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Sep 2, 2024
1 parent ab68077 commit 3981661
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/databases.github.ini
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ database = dibi_test
port = 1433
system = sqlsrv

;[sqlsrv pdo]
;driver = pdo
;dsn = "sqlsrv:Server=localhost,1433;Database=dibi_test"
;user = SA
;password = "YourStrong!Passw0rd"
;system = sqlsrv
[sqlsrv pdo]
driver = pdo
dsn = "sqlsrv:Server=localhost,1433;Database=dibi_test"
user = SA
password = "YourStrong!Passw0rd"
system = sqlsrv

0 comments on commit 3981661

Please sign in to comment.