Project

General

Profile

Bug #9713

Remove singleBuffer from FQLPreprocessor constructor call

Added by Dănuț Filimon over 1 year ago. Updated over 1 year ago.

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

0%

billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:

History

#1 Updated by Dănuț Filimon over 1 year ago

This task was created based on #9695-27.

The main drive for this task is that The private FQLPreprocessor(List<RecordBuffer> bound, List<RecordBuffer> definition, String where, boolean singleBuffer) constructor receives the singleBuffer parameter that is no longer necessary, this is because the the WHERE clause from conversion will always prefix fields with the DMO alias.

Task:
  • Remove singleBuffer usage from the mentioned constructor and other calls if it's not necessary (see where the constructor is used and check all other calls leading to it)

Also available in: Atom PDF