Grokbase
Topics Posts Groups | in
x
[ help ]

[Alzabo] methodmaker issue

View PostFlat  Thread  Threaded | Next >
Otto Hirr [Alzabo] methodmaker issue
| +1 vote
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
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



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Alzabo-general mailing list
[email protected: Alzabo-ge...@lists.sourceforge.net]
https://lists.sourceforge.net/lists/listinfo/alzabo-general

Thread : [Alzabo] methodmaker issue
1)
Otto Hirr Greetings, I have several tables with relationships between them. All tables are to have some...
2)
David A. I think you can skip unwanted column names using customized namer sub....
spacer
View PostFlat  Thread  Threaded | Next >
Home > Groups > Alzabo > [Alzabo] methodmaker issue (2 posts) > View Post