pganalyze / pg_query.rs

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

Prevent panics when truncating queries with multi-byte characters #7

Closed seanlinsley closed 2 years ago

seanlinsley commented 2 years ago

https://stackoverflow.com/questions/38461429