risinglightdb / sqllogictest-rs

Sqllogictest (dialect with extensions) parser and runner in Rust.
Apache License 2.0
176 stars 47 forks source link

support parameterized query in Postgres extended query protocol #205

Open BugenZhao opened 10 months ago

BugenZhao commented 10 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