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

Make Server Version Extraction More Flexible #778

Merged
merged 4 commits into from
Aug 2, 2021

Commits on Jun 25, 2021

  1. Make Server Version Extraction More Flexible

    MagicStack#250
    MagicStack#261
    MagicStack#771
    
    Just tried to use this library through Ormar->Databases->AsyncPG against
    a Yugabyte cluster and hit issue 771. Looks like this has been a problem
    for a while now so going for a complete overhaul of the server version
    extraction method. Using a groupdict regex against the version string
    allows for much higher flexibility in extracting what we're looking for
    and fixes 771 while not breaking any of the existing version patterns.
    Natrinicle committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    17e33a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. Removing Auto-Formatting

    Didn't notice the auto-formatting before submission, removing.
    Natrinicle committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    f0fe3b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20a901b View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

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