We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 079c122 + 434c496 commit bc8529bCopy full SHA for bc8529b
jdbc/pom.xml
@@ -76,7 +76,7 @@
76
<argLine>@{argLine} -Duser.timezone=GMT-04</argLine>
77
<environmentVariables>
78
<TESTCONTAINERS_REUSE_ENABLE>true</TESTCONTAINERS_REUSE_ENABLE>
79
- <YDB_DOCKER_IMAGE>ydbplatform/local-ydb:trunk</YDB_DOCKER_IMAGE>
+ <YDB_DOCKER_FEATURE_FLAGS>enable_parameterized_decimal,enable_table_datetime64</YDB_DOCKER_FEATURE_FLAGS>
80
</environmentVariables>
81
<systemPropertyVariables>
82
<java.util.logging.config.file>src/test/resources/logging.properties</java.util.logging.config.file>
0 commit comments