esqueleto/test
Philipp Balzarek b2c01b1286 Fix Postgres aggregate function types (#68)
Aggregate functions like array_agg and string_agg will return NULL instead of
empty arrays and empty strings resp. when run on zero rows. This change reflects
that in the haskell types. It also adds a "maybeArray" function that
coalesces NULL into an empty array, because currently there is no way to write
an empty array literal (`val []` does not work)
2018-03-08 15:23:41 +01:00
..
Common Generalize postgresql aggregate functions 2018-03-08 14:08:43 +01:00
MySQL Updating for UnliftIO, Conduit 1.3, Persistent 2.8 2018-02-27 17:45:25 -06:00
PostgreSQL Fix Postgres aggregate function types (#68) 2018-03-08 15:23:41 +01:00
SQLite Changelog, bifurcating random_ 2018-02-27 18:19:46 -06:00