Skip to content
Snippets Groups Projects
Commit b3f0de19 authored by Vladislav Shpilevoy's avatar Vladislav Shpilevoy Committed by Roman Tsisyk
Browse files

sql: forbid multistatement queries

Multistatement queries behaviour is undefined when they are sended
via IPROTO. There is no standard, what result must be returned
from multistatement queries.

Forbid them on a grammar level and implement special function to
split multistatement queries into an array of valid single-statement
queries for tests.
parent e370a8f6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment