Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[!] add suport for jackc/pgx/v5 #488

Merged
merged 12 commits into from
Sep 21, 2022
Merged

[!] add suport for jackc/pgx/v5 #488

merged 12 commits into from
Sep 21, 2022

Commits on Aug 19, 2022

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

Commits on Sep 5, 2022

  1. wip

    pashagolub committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    53fc2cf View commit details
    Browse the repository at this point in the history
  2. wip

    pashagolub committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    a19b56a View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. WIP:

    - use new `pgx.CollectRows` functionality
    - add `ConfigDB.Ping()` during init to force connection
    - update `db` tags for `ChainTask` struct
    pashagolub committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    7b19acf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac4abe4 View commit details
    Browse the repository at this point in the history
  3. go mod tidy

    pashagolub committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    5d3d3d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. [+] use tracelog for pgx logging

    [*] rename pid to sid (session id)
    [*] replace `ioutil` with `os`
    [+] add custom type registration to be used with binary `CopyFrom`
    pashagolub committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    c7f5933 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d02af9 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Configuration menu
    Copy the full SHA
    2183ef0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cdce5f View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. update go.mod to 1.19

    update pgx to v5.0.0
    update puddle to v2.0.0
    pashagolub committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    5b0e1b8 View commit details
    Browse the repository at this point in the history
  2. update pgxmock to v2.0.0

    pashagolub committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    0f01613 View commit details
    Browse the repository at this point in the history