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