Skip to content

2.12.2 - Enable libpq-compatible "postgresql" URL schemes

Compare
Choose a tag to compare
@penny-for-vapor penny-for-vapor released this 14 Aug 15:54
· 10 commits to main since this release
80ab773

What's Changed

Enable libpq-compatible "postgresql" URL schemes by @gwynne in #251

For libpq compatibility, the following additional schemes are now accepted in database URLs:

  • "postgresql"
  • "postgresql+tcp"
  • "postgresql+uds"

Reviewers

Thanks to the reviewers for their help:

This patch was released by @gwynne

Full Changelog: 2.12.1...2.12.2