File tree Expand file tree Collapse file tree
main/java/io/ebean/test/config/platform Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ private Properties dockerProperties(Config dbConfig) {
2424 return new Properties ();
2525 }
2626
27- dbConfig .setDockerVersion ("11.5.6.0a " );
27+ dbConfig .setDockerVersion ("11.5.9.0 " );
2828 return dbConfig .getDockerProperties ();
2929 }
3030
Original file line number Diff line number Diff line change 55public class StartDb2 {
66
77 public static void main (String [] args ) {
8- Db2Container .builder ("11.5.6.0a " )
8+ Db2Container .builder ("11.5.9.0 " )
99 .dbName ("unit" )
1010 .user ("unit" )
1111 .password ("unit" )
1212 // to change collation, charset and other parameters like pagesize:
13- .configOptions ("USING CODESET UTF-8 TERRITORY DE COLLATE USING IDENTITY PAGESIZE 32768" )
13+ .createOptions ("USING CODESET UTF-8 TERRITORY DE COLLATE USING IDENTITY PAGESIZE 32768" )
1414 .configOptions ("USING STRING_UNITS CODEUNITS32" )
1515 .build ()
1616 .startWithDropCreate ();
You can’t perform that action at this time.
0 commit comments