hi steve,
thanks for your feedback, i'll have a look at it asap.
jakob
[EMAIL PROTECTED] schrieb:
Is setPathOuterJoin() supposed to get a path or a single path component?
i.e., if I have an attribute path "activity.staff.firstName" and I want to
force an outer join to the "staff" table, should I call
setPathOuterJoin("staff") or setPathOuterJoin("activity.staff")? The name
of the method suggests the latter (which I'd think would also be more
useful), but the code expects the former: In SqlQueryStatement.java:1069
(in 1.75.2.8, which is the latest on the 1.0 branch), it's checking
against ObjectReferenceDescriptor.getAttributeName(), which is just
"staff".
It would seem much more useful to use the full path (in SqlQueryStatement,
this would mean testing attrPath rather than attr) - what if I have two
different paths to reach the "staff" object and I want inner joins along
one path and outer along the other?
Probably either the method name should be changed to
setAttributeOuterJoin() or the implementation should be changed to accept
a path.
-steve
Steve Clark
ECOS Development Group
[EMAIL PROTECTED]
(970)226-9291
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]