Closed sedrik closed 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.
{ column: { $in: [null] } }
column in () or column is null
column is null
Thanks for the contribution @sedrik
Published mongo-sql@5.0.4
mongo-sql@5.0.4
This commit fixes a bug introduced in v.5.0.0 where
{ column: { $in: [null] } }
is converted tocolumn in () or column is null
instead ofcolumn is null
.