I would like to announce a new release of squeal-postgresql-qq-0.1.3.0.
Recent changes include:
- Support
ON CONFLICT ON CONSTRAINTinINSERTstatements. - Support prepared statement parameters.
- Support common table expressions (CTEs).
- Support
INsubqueries.
See the changelog for more information.
squeal-postgresql-qq is a Template Haskell quasiquoter that parses PostgreSQL-flavored SQL (via postgresql-syntax) and produces the equivalent type-safe squeal-postgresql expression.