Hi again,
Thanks for reporting this.
It appears there are some problems with running Power*MatchMaker on a database with case-sensitive tables and columns.
Running similar operations on a PostgreSQL database running on Windows or Mac OS X appears to work because they appear to lower-case everything.
UPDATE: I should correct myself on a statement I made, in which I stated that PostgreSQL was case-sensitive on Linux. That's not really true. It still lowercases all your identifiers unless you quoted the table or column names. And this is also true with the OS X version of PostgreSQL (haven't tested the Windows one but I can only presume it behaves the same way)
When you created that table "public"."MDM_CUSTOMER", I'm presuming it was quoted, resulting in it being created in uppercase.
You're right in that it should be trying to access the table by quoting the table name.
This message was edited 4 times. Last update was at 2009-02-05 12:21:36
|