zero-length delimited identifier at or near """" on Postgres #542
Labels
Milestone
Comments
Thanks for the report. Could you also post a minimal sql script to create the object that triggers this? Cheers |
I made some additional test, it looks like that the offender is a sequence with name "hibernate_sequence" (double quotes included). 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 Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: