Skip to content

fix(deps): update rust crate pg_query to v5

Renovate Bot requested to merge renovate/pg_query-5.x into main

This MR contains the following updates:

Package Type Update Change
pg_query dependencies major 0.8.2 -> 5.0.0

Release Notes

pganalyze/pg_query.rs (pg_query)

v5.1.0

  • Update to libpg_query 16-5.1.0
    • Add support for running on Windows
    • Add support for compiling on 32-bit systems
  • Always build C library using "cc" crate
  • Add filter_columns for getting columns that a query filters by
    • This returns the table name (if present) and column name for every column that's referenced in a JOIN or WHERE clause.

v5.0.0

Compare Source

  • Align versioning scheme with that of other pg_query libraries (which is to generally aim to match the libpg_query version)
  • Upgrade to libpg_query 5.0.0
    • Updates to the Postgres 16 parser
    • Multiple deparser improvements

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports