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()