in reply to Class::DBI has_a relationships
*NOTE* You should not attempt to make your primary key column inflate using has_a() as bad things will happen. If you have two tables which share a primary key, consider using might_have() instead.
You can use might_have in your Sessions_Metadata class and that should do the trick. Check the Class::DBI docs for the syntax.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Class::DBI has_a relationships
by CassJ (Sexton) on May 18, 2004 at 18:21 UTC | |
|
Re: Re: Class::DBI has_a relationships
by drewbie (Chaplain) on May 19, 2004 at 03:02 UTC | |
by CassJ (Sexton) on May 19, 2004 at 11:36 UTC | |
by drewbie (Chaplain) on May 19, 2004 at 17:42 UTC |