Releases: easafe/purescript-droplet
Releases · easafe/purescript-droplet
v0.6.0
Changes:
- Add
array_agg
- Fix edge cases of null comparisions
v0.5.0
Fixes:
- Mismatch insert list causing runtime error
Breaking changes:
- To conform with SQL syntax,
in_
requires a non empty array
v0.4.0
Breaking changes:
- Update for purs v0.15
- Require a
LIMIT 1
clause for subqueries
limit
now takes a integer proxy
0.3.0
Breaking changes:
Constraints have been revamped and are now more expressive. To use them, a new data type Column
exists.
Changes:
It is now possible to use CREATE
and ALTER
table in their basic forms.