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

fix: ignore extra fields in Postgres describe parsing #2670

Merged
merged 5 commits into from
Jul 31, 2023
Merged

Commits on Jul 18, 2023

  1. fix(postgres): regression of #1449

    ```
    error: error occurred while decoding column 0: data did not match any variant of untagged enum Explain at line 3 column 1
    Error:    --> tests/postgres/macros.rs:103:15
        |
    103 |     let row = sqlx::query!(r#"CALL forty_two(null)"#)
        |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        |
        = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
    
    error: could not compile `sqlx` (test "postgres-macros") due to previous error
    ```
    mrl5 committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    f0696ea View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

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

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    23a0fd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddcd69c View commit details
    Browse the repository at this point in the history