* Avoid generating an empty list as the left operand to NOT IN Postgres treats 'x in ()' and 'x not in ()' as syntax errors. Instead translate: x in () ⇒ FALSE x not in () ⇒ TRUE Older versions of esqueleto did this, but apparently the latter got lost. * Bump version and update changelog |
||
|---|---|---|
| .. | ||
| Common | ||
| expected-compile-failures | ||
| MySQL | ||
| new-join-compiler-errors | ||
| PostgreSQL | ||
| SQLite | ||
| Spec.hs | ||