pganalyze / pg_query.rs

Rust library to parse, deparse and normalize SQL queries using the PostgreSQL query parser
MIT License
139 stars 13 forks source link

Bump libpq_query submodule to 15-4.2.1 #20

Closed freshtonic closed 1 year ago

freshtonic commented 1 year ago

libpq_query 15-4.2.1 includes an INTERVAL deparsing fix: https://github.com/pganalyze/libpg_query/pull/184 that would be good to get into the pg_query mainline.

seanlinsley commented 1 year ago

@freshtonic sorry about the delay. This crate has been updated to use libpg_query 4.2.2, and a new release has been pushed to crates.io