Skip to content

Commit

Permalink
feat: added support UUID YDB type
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillKurdyukov committed Nov 11, 2024
1 parent 82dee06 commit 884f9a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class TypesTest {
static void beforeAll() {
TestUtils.SESSION_FACTORY = basedConfiguration()
.addAnnotatedClass(Employee.class)
.setProperty(AvailableSettings.URL, jdbcUrl(ydb))
.setProperty(AvailableSettings.URL, jdbcUrl(ydb) + "?disablePrepareDataQuery=true")
.buildSessionFactory();
}

Expand Down

0 comments on commit 884f9a5

Please sign in to comment.