goodybag / mongo-sql

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

fix: Syntax error when { column: { $in: [null] } } #173

Closed sedrik closed 6 years ago

sedrik commented 6 years ago

This commit fixes a bug introduced in v.5.0.0 where { column: { $in: [null] } } is converted to column in () or column is null instead of column is null.

jrf0110 commented 6 years ago

Thanks for the contribution @sedrik

jrf0110 commented 6 years ago

Published mongo-sql@5.0.4