Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Samir Hadzic reported the following bug:
I'm currently migrating my Empire-db from 2.1.0 (2011) to the latest.
If I'm not mistaken, the code added is not right for HSqlDDLGenerator.
If I'm trying to drop a table, the generated code will be
DROP SEQUENCE FOO_SEQUENCE.MSG_ID;
But executing that on HSQL is not working. Instead it's expecting:
DROP SEQUENCE "FOO_SEQUENCE.MSG_ID"
Therefore, I'm wondering if a call to appendElementName should be used instead of directly appending the sequence name since I believe the appendElementName method is taking care of the quotes.
Attachments
Issue Links
- links to