You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was an issue in 2019 regarding this problem: #615
This issue was closed because binding parameters other than WHERE was not possible according to the documentation at the time. It seems this part of the documentation was changed recently: https://docs.influxdata.com/influxdb/v1.8/tools/api/#bind-parameters
The API supports binding parameters to particular field values or tag values. Use the syntax $<placeholder_key> as a placeholder in the query, and URL encode the map of placeholder keys to placeholder values in the request body. This allows all InfluxQL queries where the value is customizable - such as field values, function names, or intervals - to be represented using bind parameters.
Are there any plans to allow binding parameters in SELECT and FROM clauses?
Am I right that there is currently no way to protect SELECT and FROM clauses against injection?
The text was updated successfully, but these errors were encountered:
There was an issue in 2019 regarding this problem: #615
This issue was closed because binding parameters other than WHERE was not possible according to the documentation at the time. It seems this part of the documentation was changed recently:
https://docs.influxdata.com/influxdb/v1.8/tools/api/#bind-parameters
Are there any plans to allow binding parameters in SELECT and FROM clauses?
Am I right that there is currently no way to protect SELECT and FROM clauses against injection?
The text was updated successfully, but these errors were encountered: