morphismtech / squeal

Squeal, a deep embedding of SQL in Haskell
350 stars 32 forks source link

more correct `in_` and `notIn` #297

Closed echatav closed 3 years ago

echatav commented 3 years ago

these should produce Conditions meaning nullable boolean values because e.g. select NULL in (NULL) is NULL.