What's Changed
- Add support for GHC versions 8.10-9.2
- Add typed UUIDs
- Allow literal rows in update queries. (#139)
- Add support for UNION/UNION ALL. (#140)
- Suppor raw PostgreSQL connetion strings. (#136)
- Move to Docker and GitHub actions for testing.
- Drop support for GHC versions <8.8.
- Fix typos in tutorial by @divarvel in #145
- Add distinction between int 64 and int 32. by @TomMD in #150
- Do not isolate
distinct
to avoid missing renames by @TomMD in #168 - SeldaT uses a ReaderT instead of StateT by @YPares in #167
- Cleaned up stack config for lts 17.0 by @YPares in #166
- Exporting GSqlRow to be able to refer to it by @YPares in #164
- Psql and Sqlite both allow "DOUBLE PRECISION" but not "DOUBLE" by @TomMD in #163
- Add tableInfoName field to TableInfo that holds the TableName from Table by @cdepillabout in #149
- Enable compatibility with newer GHC and dependency versions by @jchia in #175
New Contributors
- @divarvel made their first contribution in #145
- @YPares made their first contribution in #167
- @cdepillabout made their first contribution in #149
- @jchia made their first contribution in #175
Full Changelog: 0.5.1.0...0.5.2.0