Skip to content

0.5.2.0

Latest
Compare
Choose a tag to compare
@valderman valderman released this 18 Sep 16:39
· 7 commits to master since this release

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

Full Changelog: 0.5.1.0...0.5.2.0