captainc Messages: 278 Registered: December 2006 Location: New Jersey, USA
Experienced Member
For now, to make it usable, I added code to methods Attribute() and InlineAttribute() in SqlSchema.cpp that checks the dialect for PGSQL and modifies the text returned by Expand() to replace the TABLE.COLUMN with TABLE(COLUMN)...