github vapor/fluent-postgres-driver 2.2.6
Clean up row decoding

latest releases: 2.12.0, 2.11.0, 2.10.1...
4 years ago
This patch was authored and released by @gwynne.

Instead of duplicating logic implemented by postgres-kit for row decoding - and incorrectly, at that - we now always call through to that logic. Despite the additional indirection through the SQLRow existential, this should yield a minor improvement in performance, as we perform fewer unnecessary checks and retain fewer copies of data.

Note: Depends on vapor/postgres-kit#221 to receive the full benefit of these changes.

Don't miss a new fluent-postgres-driver release

NewReleases is sending notifications on new releases.