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

Fix Is Null check in having clause fails #208

Closed niveathika closed 5 years ago

niveathika commented 5 years ago

Purpose

$subject fix https://github.com/siddhi-io/siddhi-store-rdbms/issues/207

Approach

Revert to find method if is null check is in having clause

Security checks