[#1234] - Query executer parameters not set when using a FieldsProvider

Category:
Bug report
Priority:
High
Status:
New
Project: Severity:
Major
Resolution:
Open
Component: Reproducibility:
Always
Assigned to:

I've created a custom query executer which includes a FieldsProvider and an IReportConnection. When I press the "Read Fields" button my FieldsProvider.getFields() method is called, but "getSpecialParameters()" has not been called on the IReportConnection.

The whole point of getSpecialParameters is to configure the query executer for execution, and reading the fields usually requires the query executer to be configured. The runtime should do this for you.

Right now the work around is to manually call it on the connection passed in to getFields()

bklawans's picture
4518
Joined: Jul 6 2006 - 1:21pm
Last seen: 6 years 5 months ago
Feedback