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

Don't run EXPLAIN nullability analysis on Materialize #2282

Merged
merged 1 commit into from
Mar 4, 2023

Commits on Mar 3, 2023

  1. Don't run EXPLAIN nullability analysis on Materialize

    Materialize [0] is a PostgreSQL-like database that, similar to
    CockroachDB, does not support PostgreSQL's `EXPLAIN` output. Extend the
    fix from PR launchbadge#1248 to Materialize, too, so that sqlx can still be used
    with Materialize.
    
    See launchbadge#1248.
    
    [0]: https://materialize.com
    benesch committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    c75b1ec View commit details
    Browse the repository at this point in the history