-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Description
Module
MSSQLServer
Testcontainers version
1.18.3
Using the latest Testcontainers version?
Yes
Host OS
Any
Host Arch
Any
Docker version
24.0.2What happened?
If MSSQL_COLLATION is set to a collation with case-sensetive (_CS not _CI), the username SA will fail to login to DB, as sa is the correct username.
mssqlServerContainer.addEnv("MSSQL_COLLATION", "Arabic_100_CS_AS_KS_WS_SC_UTF8");
Relevant log output
No response
Additional Information
No response