You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made some additional test, it looks like that the offender is a sequence with name "hibernate_sequence" (double quotes included).
The funny thing is that I previously created this sequence by hand to workaround an hibernate bug.
There are trobles even if I have an emtpy table containing a " in the name, so it probably something related to postgres escaping characters handling: https://gist.github.com/gionn/e26da02235319f7e9b12
Hi,
I am using v1.3.170 with maven plugin and Postgres 9.1 on Ubuntu 12.04.
I have a correctly initialized database, but when I try to clean the schema I get an exception: https://gist.github.com/gionn/3ef5cae65c581ff07f39
Thanks.
The text was updated successfully, but these errors were encountered: