Kee Hinckley wrote:Has anyone made that work?http://princepawn.perlmonk.org/cgi-bin/se.com/wiki.cgi?RecordsetUpgradePath Patch #4 by Angus Lees: .#4 fully-qualifying column names and column alias patch (angus lees) . + http://www.ecos.de/~mailarc/embperl/2002-01/msg00006.html I tried setting !Table or !TabJoin to "foo as f1, foo as f2" but all did not work well. I finally patched DBIx::Database to handle table aliases, and that seems to work fine.looks like you need an svn account too :) .#5 multiple links between tables patch (angus lees) . + http://www.ecos.de/~mailarc/embperl/2002-02/msg00058.html . + NOT applied at present. It is not a complete fix. If you read the link above, you will see that Gerald mentions that a complete solution would require a hefty rewrite. |
- DBIx::Record set and SELECT f1.* FROM foo as f1, foo as f... Kee Hinckley
- Re: DBIx::Record set and SELECT f1.* FROM foo as f1,... Terrence Brannon
- DBIx::Recordset - MySQL DeleteWithLinks() test f... Terrence Brannon
- Re: DBIx::Recordset - MySQL DeleteWithLinks(... Gerald Richter