Skip to content

Commit

Permalink
Rudimentary enum support
Browse files Browse the repository at this point in the history
  • Loading branch information
zlondrej committed Jan 9, 2025
1 parent a993e40 commit 1ac99ff
Show file tree
Hide file tree
Showing 9 changed files with 310 additions and 391 deletions.
203 changes: 0 additions & 203 deletions .stylish-haskell.yaml

This file was deleted.

1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Add `sqlAll` and `sqlAny` to allow creating `SQL` expressions with
nested `AND` and `OR` conditions.
* Add `SqlWhereAll` and `SqlWhereAny` so they can be used in signatures.
* Add rudimentary support for enum types.

# hpqtypes-extras-1.16.4.4 (2023-08-23)
* Switch from `cryptonite` to `crypton`.
Expand Down
1 change: 1 addition & 0 deletions hpqtypes-extras.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ library
, Database.PostgreSQL.PQTypes.Model.ColumnType
, Database.PostgreSQL.PQTypes.Model.CompositeType
, Database.PostgreSQL.PQTypes.Model.Domain
, Database.PostgreSQL.PQTypes.Model.EnumType
, Database.PostgreSQL.PQTypes.Model.Extension
, Database.PostgreSQL.PQTypes.Model.ForeignKey
, Database.PostgreSQL.PQTypes.Model.Index
Expand Down
Loading

0 comments on commit 1ac99ff

Please sign in to comment.