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

Tie default DB name to database user name #1660

Closed
wants to merge 2 commits into from

Commits on May 26, 2018

  1. Tie default DB name to database user name

    The previous behaviour was at variance with the native client behaviour,
    per:
    
      https://www.postgresql.org/docs/10/static/libpq-connect.html#LIBPQ-PARAMKEYWORDS
    
    > The database name. Defaults to be the same as the user name.
    > In certain contexts, the value is checked for extended formats...
    solidsnack committed May 26, 2018
    Configuration menu
    Copy the full SHA
    07d531c View commit details
    Browse the repository at this point in the history

Commits on May 30, 2018

  1. Major version increment

    solidsnack committed May 30, 2018
    Configuration menu
    Copy the full SHA
    8a70eb6 View commit details
    Browse the repository at this point in the history