Otto Hirr
2007-08-03 04:07:58 UTC
Greetings,
I have several tables with relationships between them.
All tables are to have some attributes such as
created_by, created_on, modified_by, etc.
If I turn on 'all' in MethodMaker, it will attempt to
create lookup_columns between related tables, including
items like those listed above. Only certain columns should be
used as lookup_columns, but not others.
Furthermore MethodMakers complains about (as example):
MethodMaker: Creating lookup_columns method
MyApp::Data::Row::event->modified_on \
will override the method of the same name in the parent class
MethodMaker: skipping lookup_columns method
MyApp::Data::Row::event->modified_on \
subroutine already exists.
Question, I want to use 'all' for MethodMaker as a general rule,
but then create exceptions...
How can this be done, or am I missing something.
Regards,
..Otto
I have several tables with relationships between them.
All tables are to have some attributes such as
created_by, created_on, modified_by, etc.
If I turn on 'all' in MethodMaker, it will attempt to
create lookup_columns between related tables, including
items like those listed above. Only certain columns should be
used as lookup_columns, but not others.
Furthermore MethodMakers complains about (as example):
MethodMaker: Creating lookup_columns method
MyApp::Data::Row::event->modified_on \
will override the method of the same name in the parent class
MethodMaker: skipping lookup_columns method
MyApp::Data::Row::event->modified_on \
subroutine already exists.
Question, I want to use 'all' for MethodMaker as a general rule,
but then create exceptions...
How can this be done, or am I missing something.
Regards,
..Otto