esqueleto/test/Common
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
..
Test Pass ConnectionPool to tests (#262) 2021-05-28 15:34:56 -06:00
Test.hs Avoid generating an empty list as the left operand to NOT IN (#273) 2021-07-08 19:27:32 -05:00