darshit-shah / node-database-connectors

6 stars 33 forks source link

Unhandled some operator in MySQLConnector.js #40

Open anilaxes opened 4 years ago

anilaxes commented 4 years ago

In MySQLConnector.js, find_in_set operator is not handled inside operatorsign and createSingleCondition functions.

Attaching handled code in attachment. MySQLConnector.txt

darshit-shah commented 4 years ago

Thanks for pointing it out. I need to check the possibility of find_in_set in all supported databases like MySQL, MSSQL, ClickHouse, RedShift, and Cassandra because the JSON structure is common for all databases. Once it is done, I will add support to the repository.