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

Allow generation of connection URI to work when no conn type #26765

Commits on Dec 29, 2022

  1. Allow generation of connection URI to work when no conn type

    Previously if get_uri was called it would fail with `NoneType not iterable`, because of the check `if '-' in conn_type`.
    dstandish committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    f1257e6 View commit details
    Browse the repository at this point in the history
  2. remove redundancy

    dstandish committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    88b5a3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef91869 View commit details
    Browse the repository at this point in the history
  4. static

    dstandish committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    e9b4472 View commit details
    Browse the repository at this point in the history
  5. fix

    dstandish committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    aeb0875 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

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