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

use quote_plus instead of quote #122

Merged
merged 7 commits into from
Jun 27, 2024
Merged

Commits on Jun 7, 2024

  1. use quote_plus instead of quote

    `asyncpg` doesn't work well for all US-ASCII characters, we need to use `quote_plus` instead
    
    MagicStack/asyncpg#1159
    ranchodeluxe committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    e2fe26f View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Merge branch 'main' into patch-1

    ranchodeluxe committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    7da4e2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69d497c View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. make it fail

    ranchodeluxe committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    e457fd9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'patch-1' of github.com:ranchodeluxe/stac-fastapi-pgstac…

    … into patch-1
    ranchodeluxe committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    d10614a View commit details
    Browse the repository at this point in the history
  3. fix test

    vincentsarago committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    485d2f0 View commit details
    Browse the repository at this point in the history
  4. one more quote

    vincentsarago committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    a085a57 View commit details
    Browse the repository at this point in the history