Skip to content

Commit 9ddd775

Browse files
committed
Set MSSQL_COLLATION for UTF-8
1 parent ab34ba2 commit 9ddd775

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scalasql/test/src/example/MsSqlExample.scala

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ object MsSqlExample {
1818
println("Initializing MsSql")
1919
val mssql = new MSSQLServerContainer("mcr.microsoft.com/mssql/server:2022-CU14-ubuntu-22.04")
2020
mssql.acceptLicense()
21+
mssql.addEnv("MSSQL_COLLATION", "Latin1_General_100_CI_AS_SC_UTF8")
2122
mssql.start()
2223
mssql
2324
}

0 commit comments

Comments
 (0)