On Tue, 22 Nov 2005 23:46:08 +0100 Martin B_hr mbaehr@email.archlab.tuwien.ac.at wrote:
On Tue, Nov 22, 2005 at 02:41:15PM -0500, Adam Montague wrote:
Postgres doesn't return the table name when you make a query, so right now where mysql would give you a mapping containing both "column" and "table.column", postgres gives you "column" and ".column" for no reason.
does mysql always give table.column? i thought i remembered seeing .column there too...
I'm not sure, I don't really use mysql. I just installed it to test and compare pike's postgres and mysql modules. Maybe old (3.x?) versions of mysql don't give the table name, but 4.1 at least gives table.column and column.
Adam