[Objectbridge-developers] ObjectBridge problem
Brought to you by:
thma
From: David F. <dw...@la...> - 2001-06-01 18:11:16
|
We have encountered a problem with Objectbridge and are working on a solution, but don't have it yet. We have a query with our search filters in which we combine them together. We have something like: ID = 10 OR ID = 12 AND (STATE = 3) generated by OJBSearchFilter. However this apparently is equivalent to: ID=10 OR (ID = 12 AND STATE = 3) rather than (ID = 10 OR ID=12) AND (STATE = 3) It seems that when SqlGenerator checks the isEmbraced flag, it never uses it for the top level Criteria. I'm not sure of the proper fix at this point. David W. Forslund dw...@la... Computer and Computational Sciences http://www.acl.lanl.gov/~dwf Los Alamos National Laboratory Los Alamos, NM 87545 505-665-1907 FAX: 505-665-4939 |