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

Do not merge: jsonb support #114

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Do not merge: jsonb support #114

wants to merge 2 commits into from

Commits on Mar 10, 2022

  1. Temporarily point to upstream epgsql

    Newer versions of epgsql include jsonb support. Because
    this is just a PoC effort for now, we'll point directly
    to the upstream - otherwise we need to re-do the request-timeout
    change [1], which can only be done safely by re-evaluating the current
    state of the connection protocol handling and making the change as a new
    change.
    
    We'll tackle that work later, if the PoC pans out.
    
    The only other impact here was that epgsql does not support
    the req_timeout option in upstream, so I removed it from
    sqerl_pgsql_client too.
    
    [1] chef/epgsql-1@7712ee2
    
    Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
    marcparadise committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    268dcd2 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. compatibility changes for newest versions of epgsql

    Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
    marcparadise committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    0b955c3 View commit details
    Browse the repository at this point in the history