1.2.0.0
New features
- New
$*
and$+
operators for projecting out ofListTable
andNonEmptyTable
respectively (analogous to the existing$?
forMaybeTable
). (#125)
Bug fixes
-
Fix
UPSERT
support (and add tests), which was broken due to a typo inside Rel8 that made it impossible to constructProjection
s which are needed byUPSERT
. (#134) -
Remove
DBMin
andDBMax
instances forBool
, which are invalid as far as Postgres is concerned.and
andor
can be used to achieve the same thing. (#126) -
Fix
aggregateMaybeTable
,aggregateEitherTable
andaggregateTheseTable
, which generated invalid SQL previously. (#127)
Breaking changes
rebind
now takes an additional argument for the "name" of the binding. (#128)