Re: [CDBI] has_a relationship with non-primary column?

"Perrin Harkins" <[email protected]> Tue, 4 Sep 2007 16:00:39 -0400
Newsgroups gmane.comp.lang.perl.modules.class-dbi
Message-ID <[email protected]>
On 9/4/07, Praveen Hombaiah <[email protected]> wrote:
> Is it possible to setup a has_a relationship with a non-primary key column?

Yes, if the column is unique.

> If so, how can it be expressed.

The usual syntax should work.

- Perrin