LinuxDoku / migratordotnet

Automatically exported from code.google.com/p/migratordotnet
0 stars 0 forks source link

PostgreSQL and escaping #93

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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