NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Tangram Takes Over (Score:2)
Beware, though, creating your own mapper will drive you insane if you aren't careful. I don't use Tangram because I'm not willing to give up that much control. On the other end
Casey West
Re:Tangram Takes Over (Score:2)
The documentation is sparse, once you leave the trivial parts and it is hugely limiting.
I wouldn't mind it hiding the complexity and details, if it let me choose to be able to at least see what was problematic and why it crashed.
More error checking wouldn't go amiss either - failing to check that all the table aliases it refers to in a query are in there is a stupid loophole and the sql is generated so far from the query that its impossible to find where the problem occured - there ought to be some sanity checking in the sql generation.
If there is another problem - like 2 or more deep inheritance it should complain rather than silently break.
Bah!
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;
Reply to This
Parent