![]() |
|
Your skill will accomplish what the force of many cannot |
|
PerlMonks |
Trouble with Join/Prefetch in DBIx::Classby phildeman (Scribe) |
on Jan 09, 2018 at 23:43 UTC ( #1207022=perlquestion: print w/replies, xml ) | Need Help?? |
phildeman has asked for the wisdom of the Perl Monks concerning the following question: I am having difficulty trying to retrieve rows of data when using prefetch or join. PERSON TABLE PACKAGE CONTAINS:
When making the query from the app:
This produces the following error: Name: Smith, John Line 18 in the test script is: print "Status: " . $request->tbl_requests->status . " . "\n"; Now this works fine when I do the reverse:
When making the query from the app:
Any thoughts why the first scenario gives the error and the second does not?
Back to
Seekers of Perl Wisdom
|
|