goodybag / mongo-sql

An extensible SQL generation library for JavaScript with a focus on introspectibility
321 stars 72 forks source link

Fix nin query replacement regexp issue #194

Open johansteffner opened 3 years ago

johansteffner commented 3 years ago

If the column name contains "regexp characters" the in->not in replacement fails.