Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jackc/pgx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.17.2
Choose a base ref
...
head repository: jackc/pgx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.18.0
Choose a head ref
  • 6 commits
  • 10 files changed
  • 3 contributors

Commits on Sep 17, 2022

  1. Note that v5 is released

    jackc committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    eb3f696 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2022

  1. Backport better Conn.Query docs

    jackc committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    f2b3210 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Fix query sanitizer

    ...when query text has contains Unicode replacement character.
    uft8.RuneError actually is a valid character.
    jackc committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    3edc1b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    d15cc95 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. Register pgx driver using major version

    Fixed: #1480
    mcdoker18 authored and jackc committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    b14a5e6 View commit details
    Browse the repository at this point in the history
  2. Release v4.18.0

    jackc committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    dfaa30d View commit details
    Browse the repository at this point in the history
Loading