brianc / node-sql

SQL generation for node.js
MIT License
1.05k stars 191 forks source link

More Flexible IN Literals #410

Open danrzeppa opened 4 years ago

danrzeppa commented 4 years ago

Added flexibility to IN clause processing so if a literal equal to '' or () is passed, it will generate a 1=0.