siddhi-io / siddhi-store-rdbms

Extension that can be used to perform DB operations with an RDBMS
https://siddhi-io.github.io/siddhi-store-rdbms/
Apache License 2.0
7 stars 57 forks source link

Remove the query validation for #rdbms:query. #225

Closed janithcmw closed 4 years ago

janithcmw commented 4 years ago

Purpose

As per the current validation logic for the query, it will go through the whole query for unauthorised table operations, in this case, if there is a string related to the table operations(actually not a table operation can be a value/table name) the prattler query will be failed. By this RP, this will be resolved.

Goals

Resolving the mentioned issue in the ##Purpose

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.