in reply to Re: Class::DBI and might_have problem
in thread Class::DBI and might_have problem

Multiple authors cannot have the same value in the articleId field since each article has only one author (its creator). Also I didn't mean to put both has_a and might_have in the code, it was just that in the module I was playing around in I was flipping between them (since has_a was working but might_have was not) to try to figure what was going wrong.

  • Comment on Re^2: Class::DBI and might_have problem