Skip to content

Commit

Permalink
Update to newer image
Browse files Browse the repository at this point in the history
  • Loading branch information
sualeh committed Sep 30, 2024
1 parent 8b0f1be commit 7f8719f
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public final class SqlServerTestUtility {

@SuppressWarnings("resource")
public static JdbcDatabaseContainer<?> newSqlServer2019Container() {
return newSqlServerContainer("2019-CU9-ubuntu-18.04");
return newSqlServerContainer("2019-CU28-ubuntu-20.04");
}

@SuppressWarnings("resource")
Expand All @@ -46,6 +46,7 @@ private static JdbcDatabaseContainer<?> newSqlServerContainer(final String versi
return new MSSQLServerContainer<>(imageName.withTag(version))
.withUrlParam("encrypt", "false")
.acceptLicense()
.withEnv("MSSQL_PID", "Express")
.withStartupTimeout(Duration.ofMinutes(3));
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
System Information
========================================================================

generated by SchemaCrawler 16.19.7
generated on 2023-03-12 18:15:05
database version Microsoft SQL Server 15.00.4102
driver version Microsoft JDBC Driver 12.2 for SQL Server 12.2.0.0
generated by SchemaCrawler 16.22.2
generated on 2024-09-30 00:58:17
database version Microsoft SQL Server 15.00.4385
driver version Microsoft JDBC Driver 12.8 for SQL Server 12.8.1.0



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ System Information
========================================================================

generated by SchemaCrawler 16.22.2
generated on 2024-09-18 01:58:16
database version Microsoft SQL Server 15.00.4102
generated on 2024-09-30 00:58:26
database version Microsoft SQL Server 15.00.4385
driver version Microsoft JDBC Driver 12.8 for SQL Server 12.8.1.0


Expand Down Expand Up @@ -399,7 +399,7 @@ List of book publishers

Primary Key

PK__Publishe__3214EC0791899D8C [primary key]
PK__Publishe__3214EC0719EE685A [primary key]
Id

Foreign Keys
Expand All @@ -409,7 +409,7 @@ FK_βιβλία_Publishers [foreign key, with no action]

Indexes

PK__Publishe__3214EC0791899D8C [unique clustered index]
PK__Publishe__3214EC0719EE685A [unique clustered index]
Id ascending

Privileges and Grants
Expand Down Expand Up @@ -816,13 +816,13 @@ Database Server Information
-=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=-
InstanceName null
IsClustered 0
ServerName 911cb694dcc2
ServerName f551ffb4eff3


Database Information
-=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=-
database product name Microsoft SQL Server
database product version 15.00.4102
database product version 15.00.4385
database user name sa


Expand Down Expand Up @@ -996,7 +996,7 @@ uses local files false

JDBC Driver Information
-=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=-
connection url jdbc:sqlserver://localhost:62487;connectRetryInterval=10;connectRetryCount=1;maxResultBuffer=-1;sendTemporalDataTypesAsStringForBulkCopy=true;delayLoadingLobs=true;useFmtOnly=false;cacheBulkCopyMetadata=false;useBulkCopyForBatchInsert=false;cancelQueryTimeout=-1;sslProtocol=TLS;calcBigDecimalPrecision=false;useDefaultJaasConfig=false;jaasConfigurationName=SQLJDBCDriver;statementPoolingCacheSize=0;serverPreparedStatementDiscardThreshold=10;enablePrepareOnFirstPreparedStatementCall=false;fips=false;socketTimeout=0;authentication=NotSpecified;authenticationScheme=nativeAuthentication;xopenStates=false;datetimeParameterType=datetime2;sendTimeAsDatetime=true;replication=false;trustStoreType=JKS;trustServerCertificate=false;TransparentNetworkIPResolution=true;iPAddressPreference=IPv4First;serverNameAsACE=false;sendStringParametersAsUnicode=true;selectMethod=direct;responseBuffering=adaptive;queryTimeout=-1;packetSize=8000;multiSubnetFailover=false;loginTimeout=30;lockTimeout=-1;lastUpdateCount=true;useDefaultGSSCredential=false;prepareMethod=prepexec;encrypt=false;disableStatementPooling=true;databaseName=BOOKS;columnEncryptionSetting=Disabled;applicationName=Microsoft JDBC Driver for SQL Server;applicationIntent=readwrite;
connection url jdbc:sqlserver://localhost:59773;connectRetryInterval=10;connectRetryCount=1;maxResultBuffer=-1;sendTemporalDataTypesAsStringForBulkCopy=true;delayLoadingLobs=true;useFmtOnly=false;cacheBulkCopyMetadata=false;useBulkCopyForBatchInsert=false;cancelQueryTimeout=-1;sslProtocol=TLS;calcBigDecimalPrecision=false;useDefaultJaasConfig=false;jaasConfigurationName=SQLJDBCDriver;statementPoolingCacheSize=0;serverPreparedStatementDiscardThreshold=10;enablePrepareOnFirstPreparedStatementCall=false;fips=false;socketTimeout=0;authentication=NotSpecified;authenticationScheme=nativeAuthentication;xopenStates=false;datetimeParameterType=datetime2;sendTimeAsDatetime=true;replication=false;trustStoreType=JKS;trustServerCertificate=false;TransparentNetworkIPResolution=true;iPAddressPreference=IPv4First;serverNameAsACE=false;sendStringParametersAsUnicode=true;selectMethod=direct;responseBuffering=adaptive;queryTimeout=-1;packetSize=8000;multiSubnetFailover=false;loginTimeout=30;lockTimeout=-1;lastUpdateCount=true;useDefaultGSSCredential=false;prepareMethod=prepexec;encrypt=false;disableStatementPooling=true;databaseName=BOOKS;columnEncryptionSetting=Disabled;applicationName=Microsoft JDBC Driver for SQL Server;applicationIntent=readwrite;
driver name Microsoft JDBC Driver 12.8 for SQL Server
driver version 12.8.1.0
driver class name com.microsoft.sqlserver.jdbc.SQLServerDriver
Expand Down Expand Up @@ -1244,7 +1244,7 @@ password [driver property]
portNumber [driver property]
The TCP port where an instance of SQL Server is listening.
not required
value 62487
value 59773

prepareMethod [driver property]
Determines the prepare method used in the driver.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ System Information
========================================================================

generated by SchemaCrawler 16.22.2
generated on 2024-09-18 02:00:02
database version Microsoft SQL Server 15.00.4102
generated on 2024-09-30 00:57:10
database version Microsoft SQL Server 15.00.4385
driver version Microsoft JDBC Driver 12.8 for SQL Server 12.8.1.0


Expand Down Expand Up @@ -399,7 +399,7 @@ List of book publishers

Primary Key

PK__Publishe__3214EC072EA00B5E [primary key]
PK__Publishe__3214EC07D2EAB5E2 [primary key]
Id

Foreign Keys
Expand All @@ -409,7 +409,7 @@ FK_βιβλία_Publishers [foreign key, with no action]

Indexes

PK__Publishe__3214EC072EA00B5E [unique clustered index]
PK__Publishe__3214EC07D2EAB5E2 [unique clustered index]
Id ascending

Privileges and Grants
Expand Down Expand Up @@ -816,13 +816,13 @@ Database Server Information
-=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=-
InstanceName null
IsClustered 0
ServerName 19e4d7f942e0
ServerName 3afe32ce1d08


Database Information
-=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=-
database product name Microsoft SQL Server
database product version 15.00.4102
database product version 15.00.4385
database user name sa


Expand Down Expand Up @@ -997,7 +997,7 @@ uses local files false

JDBC Driver Information
-=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=-
connection url jdbc:sqlserver://localhost:63723;connectRetryInterval=10;connectRetryCount=1;maxResultBuffer=-1;sendTemporalDataTypesAsStringForBulkCopy=true;delayLoadingLobs=true;useFmtOnly=false;cacheBulkCopyMetadata=false;useBulkCopyForBatchInsert=false;cancelQueryTimeout=-1;sslProtocol=TLS;calcBigDecimalPrecision=false;useDefaultJaasConfig=false;jaasConfigurationName=SQLJDBCDriver;statementPoolingCacheSize=0;serverPreparedStatementDiscardThreshold=10;enablePrepareOnFirstPreparedStatementCall=false;fips=false;socketTimeout=0;authentication=NotSpecified;authenticationScheme=nativeAuthentication;xopenStates=false;datetimeParameterType=datetime2;sendTimeAsDatetime=true;replication=false;trustStoreType=JKS;trustServerCertificate=false;TransparentNetworkIPResolution=true;iPAddressPreference=IPv4First;serverNameAsACE=false;sendStringParametersAsUnicode=true;selectMethod=direct;responseBuffering=adaptive;queryTimeout=-1;packetSize=8000;multiSubnetFailover=false;loginTimeout=30;lockTimeout=-1;lastUpdateCount=true;useDefaultGSSCredential=false;prepareMethod=prepexec;encrypt=false;disableStatementPooling=true;databaseName=BOOKS;columnEncryptionSetting=Disabled;applicationName=Microsoft JDBC Driver for SQL Server;applicationIntent=readwrite;
connection url jdbc:sqlserver://localhost:59339;connectRetryInterval=10;connectRetryCount=1;maxResultBuffer=-1;sendTemporalDataTypesAsStringForBulkCopy=true;delayLoadingLobs=true;useFmtOnly=false;cacheBulkCopyMetadata=false;useBulkCopyForBatchInsert=false;cancelQueryTimeout=-1;sslProtocol=TLS;calcBigDecimalPrecision=false;useDefaultJaasConfig=false;jaasConfigurationName=SQLJDBCDriver;statementPoolingCacheSize=0;serverPreparedStatementDiscardThreshold=10;enablePrepareOnFirstPreparedStatementCall=false;fips=false;socketTimeout=0;authentication=NotSpecified;authenticationScheme=nativeAuthentication;xopenStates=false;datetimeParameterType=datetime2;sendTimeAsDatetime=true;replication=false;trustStoreType=JKS;trustServerCertificate=false;TransparentNetworkIPResolution=true;iPAddressPreference=IPv4First;serverNameAsACE=false;sendStringParametersAsUnicode=true;selectMethod=direct;responseBuffering=adaptive;queryTimeout=-1;packetSize=8000;multiSubnetFailover=false;loginTimeout=30;lockTimeout=-1;lastUpdateCount=true;useDefaultGSSCredential=false;prepareMethod=prepexec;encrypt=false;disableStatementPooling=true;databaseName=BOOKS;columnEncryptionSetting=Disabled;applicationName=Microsoft JDBC Driver for SQL Server;applicationIntent=readwrite;
driver name Microsoft JDBC Driver 12.8 for SQL Server
driver version 12.8.1.0
driver class name com.microsoft.sqlserver.jdbc.SQLServerDriver
Expand Down Expand Up @@ -1245,7 +1245,7 @@ password [driver property]
portNumber [driver property]
The TCP port where an instance of SQL Server is listening.
not required
value 63723
value 59339

prepareMethod [driver property]
Determines the prepare method used in the driver.
Expand Down

0 comments on commit 7f8719f

Please sign in to comment.