go-mysql-server icon indicating copy to clipboard operation
go-mysql-server copied to clipboard

Engine multiQuery

Open max-hoffman opened this issue 3 years ago • 2 comments

We expose Handler.ComMultiQuery but no Engine.MultiQuery currently. In Dolt we use a scanner to parse semi-colon separated query strings into individually executable statements.

max-hoffman avatar Sep 02 '22 19:09 max-hoffman

Are we sure this is a Dolt bug?

timsehn avatar Oct 12 '22 20:10 timsehn

I think this was a feature request, not a bug. Someone wanted to do multiquery without a server and they had to manually scan a string for semi-colon separated queries.

max-hoffman avatar Oct 12 '22 21:10 max-hoffman