Skip to content

Commit b255aed

Browse files
committed
fix configOptions
1 parent 436ae4d commit b255aed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ebean-datasource/src/test/java/io/ebean/datasource/test/Db2TrustedContextTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ static void before() throws InvocationTargetException, IllegalAccessException {
8686
.user("unit")
8787
.password("unit")
8888
// to change collation, charset and other parameters like pagesize:
89-
.configOptions("USING CODESET UTF-8 TERRITORY DE COLLATE USING IDENTITY PAGESIZE 32768")
90-
.configOptions("USING STRING_UNITS CODEUNITS32")
89+
.createOptions("USING CODESET UTF-8 TERRITORY DE COLLATE USING IDENTITY PAGESIZE 32768")
90+
.configOptions("USING STRING_UNITS SYSTEM")
9191
.build();
9292

9393
container.start();

0 commit comments

Comments
 (0)