Commit a00d048
authored
Fix MSSQL's default username (#7238)
According to the [docs](https://hub.docker.com/_/microsoft-mssql-server), the username is `sa`.
Default collation is `SQL_Latin1_General_CP1_CI_AS` which is case insensitive.1 parent 20f6067 commit a00d048
File tree
1 file changed
+1
-1
lines changed- modules/mssqlserver/src/main/java/org/testcontainers/containers
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments