hasql 1.10.3.5 → 1.10.3.6
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- hasql.cabal +1/−1
- src/library/Hasql/Engine/Statement.hs +1/−1
hasql.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: hasql-version: 1.10.3.5+version: 1.10.3.6 category: Hasql, Database, PostgreSQL synopsis: Fast PostgreSQL driver with a flexible mapping API description:
src/library/Hasql/Engine/Statement.hs view
@@ -148,7 +148,7 @@ -- | Extract the SQL template from a statement. toSql :: Statement params result -> Text-toSql stmt = TextEncoding.decodeUtf8Lenient (sql stmt)+toSql stmt = decodeUtf8Lenient (sql stmt) -- | Compile prepared-statement data: resolve OIDs and pair encoded values with their format flags. compilePreparedStatementData ::