beam-postgres 0.5.3.0 → 0.5.3.1
raw patch · 2 files changed
+21/−3 lines, 2 filesdep ~aesondep ~bytestringdep ~freePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, bytestring, free, mtl, postgresql-libpq, postgresql-simple, text, vector
API changes (from Hackage documentation)
Files
- ChangeLog.md +18/−0
- beam-postgres.cabal +3/−3
ChangeLog.md view
@@ -1,3 +1,21 @@+# 0.5.3.1++# Added features++ * Loosen some version bounds++# 0.5.3.0++# Bug fixes++ * Make sure lateral join names do not overlap+ * Fix `bool_or`++# Addded features++ * Add `runSelectReturningFirst`+ * `IN (SELECT ...)` syntax via `inQuery_`+ # 0.5.2.1 ## Added features
beam-postgres.cabal view
@@ -1,5 +1,5 @@ name: beam-postgres-version: 0.5.3.0+version: 0.5.3.1 synopsis: Connection layer between beam and postgres description: Beam driver for <https://www.postgresql.org/ PostgreSQL>, an advanced open-source RDBMS homepage: https://haskell-beam.github.io/beam/user-guide/backends/beam-postgres@@ -45,7 +45,7 @@ attoparsec >=0.13 && <0.15, hashable >=1.1 && <1.5, lifted-base >=0.2 && <0.3,- free >=4.12 && <5.2,+ free >=4.12 && <5.3, time >=1.6 && <1.13, monad-control >=1.0 && <1.1, mtl >=2.1 && <2.3,@@ -54,7 +54,7 @@ uuid-types >=1.0 && <1.1, case-insensitive >=1.2 && <1.3, scientific >=0.3 && <0.4,- vector >=0.11 && <0.13,+ vector >=0.11 && <0.14, network-uri >=2.6 && <2.7, unordered-containers >= 0.2 && <0.3, tagged >=0.8 && <0.9,