-
Bug
-
Resolution: Done
-
Major
-
None
-
None
Hibernate ORM emits this DDL which causes the DBZ parser to fail:
create table Trip (id bigint not null, price double precision not null, primary key (id));
Hibernate ORM emits this DDL which causes the DBZ parser to fail:
create table Trip (id bigint not null, price double precision not null, primary key (id));