Hi guys,
Recently, I have updated the version of Hibernate in my application, now I’m using the 5.3.0.CR1. But, after this update, the property update stopped working and a new column mapped, in my HBM is not being created.
I’m using a Postgresql database and my dialect is that way: org.hibernate.dialect.PostgreSQL94Dialect
Do you know why this property is no longer working?
I did solve the problem. I updated the version of my Postgresql driver at POM.
org.postgresql
postgresql
42.2.2
after the update, the new column was correctly inserted into the table.
Rafael, please…can you post all hibernate properties you’ve set?
I have the same problem but even updating driver to 42.2.2 does not work for me.
Maybe I’m missing some other Hibernate property
thanks