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

Recognize tables in casts #13

Closed seanlinsley closed 2 years ago

seanlinsley commented 2 years ago

Companion PR for https://github.com/pganalyze/pg_query/pull/252