Project

General

Profile

Feature #3623

support for the multi-table with client-side where expression

Added by Ovidiu Maxiniuc almost 6 years ago. Updated almost 6 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:

0%

billable:
No
vendor_id:
GCD
version:

History

#2 Updated by Ovidiu Maxiniuc almost 6 years ago

For the moment, FWD runtime does not support queries (PreselectQuery) for multiple tables that also have a client-side where expression. An java.lang.IllegalStateException: Cannot have a multi-table query with a client-side where clause will be thrown in such cases.

Although such a conversion is not a good outcome, we need to support it as a fallback.

As part of this task, we probably also want to log a conversion warning whenever we convert a query to have a client-side where expression (multi-table or not), if we don't do that already. These situations are highly suspect in terms of performance, so we will want to identify them early.

Also available in: Atom PDF