PostgreSQL treats object names as case-insensitive only if they have not
been escaped. Therefore it'll be wise to remove lower casing queries form
PostgreSQLTransformationProvider and force all generated DDL to escape
names using *NameNeedsQuote properties of PostgreSQLDialect.
I'll provide a patch if this suggestion is approved.
Original issue reported on code.google.com by artem%ti...@gtempaccount.com on 15 Feb 2009 at 6:21
Original issue reported on code.google.com by
artem%ti...@gtempaccount.com
on 15 Feb 2009 at 6:21