Skip to content

Commit 884f9a5

Browse files
feat: added support UUID YDB type
1 parent 82dee06 commit 884f9a5

File tree

1 file changed

+1
-1
lines changed
  • hibernate-dialect/src/test/java/tech/ydb/hibernate/types

1 file changed

+1
-1
lines changed

hibernate-dialect/src/test/java/tech/ydb/hibernate/types/TypesTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class TypesTest {
2828
static void beforeAll() {
2929
TestUtils.SESSION_FACTORY = basedConfiguration()
3030
.addAnnotatedClass(Employee.class)
31-
.setProperty(AvailableSettings.URL, jdbcUrl(ydb))
31+
.setProperty(AvailableSettings.URL, jdbcUrl(ydb) + "?disablePrepareDataQuery=true")
3232
.buildSessionFactory();
3333
}
3434

0 commit comments

Comments
 (0)