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

feat: add possibility to pass application_name via postgres specific config #7989

Merged

Commits on Jul 30, 2021

  1. feat: add possibility to pass application_name via postgres specific …

    …config
    
    as the "extra" parameter should be deprecated in the future, the need for
    passing driver specific options via the respective config objects is given.
    This change also enables the user to use code completion in case they
    didn't even knew this options exists
    das-mensch committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    6e2edf8 View commit details
    Browse the repository at this point in the history
  2. docs: update docs for new postgres specific option "applicationName"

    add useful information about the parameter and show its default value
    das-mensch committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    12766c6 View commit details
    Browse the repository at this point in the history