Erlend Halvorsen

Results 2 comments of Erlend Halvorsen

@pleerock this seems like a fairly considerable issue - what is the rationale behind ignoring `null` and `undefined` values? I see there is some commented out code in `buildWhere()` to...

The safest option would be to treat `undefined` the same way as `null`, and add an `IS NULL` clause in both cases.