risinglightdb / sqllogictest-rs

Sqllogictest parser and runner in Rust.
Apache License 2.0
167 stars 42 forks source link

support parameterized query in Postgres extended query protocol #205

Open BugenZhao opened 6 months ago

BugenZhao commented 6 months ago

We have the basic support for Postgres extended query protocol. However, as there is no SLT syntax available for the individual steps of Parse and Bind, we always query with a full SQL and no parameters.

https://github.com/risinglightdb/sqllogictest-rs/blob/58673cb3b57bfce4843f5da94f3b146e4f8dea54/sqllogictest-engines/src/postgres/extended.rs#L191-L195