Open BugenZhao opened 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.
Parse
Bind
https://github.com/risinglightdb/sqllogictest-rs/blob/58673cb3b57bfce4843f5da94f3b146e4f8dea54/sqllogictest-engines/src/postgres/extended.rs#L191-L195
We have the basic support for Postgres extended query protocol. However, as there is no SLT syntax available for the individual steps of
Parse
andBind
, 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