You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.sqllogictest-rs/sqllogictest-engines/src/postgres/extended.rs
Lines 191 to 195 in 58673cb
The text was updated successfully, but these errors were encountered: