packages feed

pqi-native 0.2.0.2 → 0.2.0.3

raw patch · 2 files changed

+12/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+# v0.2.0.3++Documentation corrections.+ # v0.2.0.2  ## Fixes
pqi-native.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: pqi-native-version: 0.2.0.2+version: 0.2.0.3 category: Database, PostgreSQL synopsis: Native (pure-Haskell) adapter for pqi description:@@ -10,6 +10,13 @@   isolated in an internal @transport@ sub-library built on @ptr-poker@ and   @ptr-peeker@; the public library is an abstraction over it that builds the   @pqi@ @Adapter@.++  __Status: Alpha.__ Verified byte-for-byte against @postgresql-libpq@ via a+  differential conformance suite, but not yet proven in production. It+  implements the same @pqi@ interface as+  [@pqi-ffi@](https://hackage.haskell.org/package/pqi-ffi), the stable+  C-backed adapter, so the two are fully interchangeable — swapping+  between them is a one-line @Adapter@ change.  homepage: https://github.com/nikita-volkov/pqi-native bug-reports: https://github.com/nikita-volkov/pqi-native/issues