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 172aa24
Show file tree
Hide file tree
Showing 9 changed files with 299 additions and 375 deletions.
203 changes: 0 additions & 203 deletions .stylish-haskell.yaml

This file was deleted.

3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# hpqtypes-extras-1.17.0.0 (2023-??-??)
* Grouped some parameters of `migrateDatabase` and `checkDatabase` into a
`DatabaseDefinitions` record type.
* Add an optional check that all foreign keys have an index.
* Add support for NULLS NOT DISTINCT in unique indexes.
* 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 172aa24

Please sign in to comment.