Skip Menu |

This queue is for tickets about the Class-DBI-ToSax CPAN distribution.

Report information
The Basics
Id: 2362
Status: resolved
Priority: 0/
Queue: Class-DBI-ToSax

People
Owner: Nobody in particular
Requestors: dom [...] semantico.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.04
Fixed in: 0.05



Subject: has_a relationships not handled correctly
Because has_a() relationships are tested for by examing the result of the method call, to see if it's a ref, you get inconsistent behaviour when the method returns undef (row has null in that column). This needs to be fixed by applying the same behaviour as has_many() in Class::DBI::ToSax. -Dom