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

Ensure that schema search path is set with every connection on postgres #14131

Merged

Commits on Dec 23, 2020

  1. Ensure that schema search path is set with every connection on postgres

    Unfortunately every connection to postgres requires that the search path is
    set appropriately.
    
    This PR shadows the postgres driver to ensure that as soon as a connection
    is open, the search_path is set appropriately.
    
    Fix go-gitea#14088
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    8127394 View commit details
    Browse the repository at this point in the history
  2. no golangci-lint that is not a helpful suggestion

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    2087824 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2020

  1. Use Execer if available

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    c157747 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2021

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