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.
1 parent 82dee06 commit 884f9a5Copy full SHA for 884f9a5
hibernate-dialect/src/test/java/tech/ydb/hibernate/types/TypesTest.java
@@ -28,7 +28,7 @@ public class TypesTest {
28
static void beforeAll() {
29
TestUtils.SESSION_FACTORY = basedConfiguration()
30
.addAnnotatedClass(Employee.class)
31
- .setProperty(AvailableSettings.URL, jdbcUrl(ydb))
+ .setProperty(AvailableSettings.URL, jdbcUrl(ydb) + "?disablePrepareDataQuery=true")
32
.buildSessionFactory();
33
}
34
0 commit comments