esqueleto/test
Chris Parks e8271a00d6
Avoid generating an empty list as the left operand to NOT IN (#273)
* 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
2021-07-08 19:27:32 -05:00
..
Common Avoid generating an empty list as the left operand to NOT IN (#273) 2021-07-08 19:27:32 -05:00
expected-compile-failures remove upper bounds (#171) 2020-01-24 13:23:26 -07:00
MySQL Pass ConnectionPool to tests (#262) 2021-05-28 15:34:56 -06:00
new-join-compiler-errors New syntax for Joins (Subquery + Union/Intersect/...) (#172) 2020-03-29 10:40:49 -06:00
PostgreSQL Pass ConnectionPool to tests (#262) 2021-05-28 15:34:56 -06:00
SQLite Pass ConnectionPool to tests (#262) 2021-05-28 15:34:56 -06:00
Spec.hs Consolidate Tests (#261) 2021-05-27 14:38:02 -06:00