sthetland commented on a change in pull request #6974: sql support for dynamic parameters URL: https://github.com/apache/druid/pull/6974#discussion_r380951980
########## File path: docs/querying/sql.md ########## @@ -630,6 +663,17 @@ the necessary stickiness even with a normal non-sticky load balancer. Please see Note that the non-JDBC [JSON over HTTP](#json-over-http) API is stateless and does not require stickiness. +### Dynamic Parameters + +Parameterized queries are supported with JDBC: Review comment: I misread this at first as meaning JDBC *enables* parameterized queries somehow. Is this wording clearer: "You can use parameterized queries in JDBC code, as in this example;" ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
