spqr icon indicating copy to clipboard operation
spqr copied to clipboard

Proper multistatement support

Open reshke opened this issue 4 months ago • 1 comments

select 1; select 2;

reshke avatar Aug 02 '25 07:08 reshke

What to do: Implement correct handling of multi-statement queries (e.g., SELECT 1; SELECT 2;) so that all statements in a single query string are parsed, routed, and executed in order, with results returned for each statement as expected.

Denchick avatar Aug 12 '25 08:08 Denchick