Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.14.3
-
None
-
Unknown
Description
The settings provided by the query parameter "parameters" are ignored when useHeadersAsParameters is true.
Example:
jdbc:xxxxx?useHeadersAsParameters=true&statement.fetchSize=100&outputType=StreamList&resetAutoCommit=false
In this specific case statement.fetchSize=100 will be ignored and all the rows will be fetched in memory for an sql query like this one:
SELECT * from MY-BIG-TABLE
Attachments
Issue Links
- links to