Re: Modeller - reenginered functions parameters

2011-01-19 Thread Andrus Adamchik
rom: Andrus Adamchik [mailto:and...@objectstyle.org] >> Sent: Wednesday, January 19, 2011 6:56 PM >> To: user@cayenne.apache.org >> Subject: Re: Modeller - reenginered functions parameters >> Importance: Low >> >> Unfortunately reverse engineering completely depends on the &g

RE: Modeller - reenginered functions parameters

2011-01-19 Thread David Balažic
Yes, but a function return is always direction OUT, isn't it? David > -Original Message- > From: Andrus Adamchik [mailto:and...@objectstyle.org] > Sent: Wednesday, January 19, 2011 6:56 PM > To: user@cayenne.apache.org > Subject: Re: Modeller - reenginered

Re: Modeller - reenginered functions parameters

2011-01-19 Thread Andrus Adamchik
Unfortunately reverse engineering completely depends on the metadata provided by the driver, which means Cayenne often gets incomplete information, that has to be filled by the user manually. I suspect this is what happened here as well. Andrus On Jan 19, 2011, at 6:43 PM, David Balažic wrote:

Modeller - reenginered functions parameters

2011-01-19 Thread David Balažic
Hi! When reengineering a DB, including stored prodcedures, the first parameter of functions is like this: No.: R Name: _return_value Direction: Type Other: Max Length: Precision: The thing is, Direction is empty. When saving, the modeller gives a warning: ProcedureParameter has no direction. Lo