Description
Support the client sending multiple queries inside a Query message (simple protocol), e.g.:
Query("BEGIN; SELECT 1; COMMIT")
We would need to rewrite these queries into multiple ClientRequest and push them through the query engine serially.
More info
Description
Support the client sending multiple queries inside a
Querymessage (simple protocol), e.g.:We would need to rewrite these queries into multiple
ClientRequestand push them through the query engine serially.More info