Closed manngo closed 1 year ago
Hi @manngo,
the extension first tries to validate/parse the whole query, and then extracts the separate sql statements. If there is an syntax error, it fails to parse the statements and the execution is stopped.
I might look into this, as it annoys me too.
I have no idea what’s happening on the inside, but the extension doesn’t appear to be limited to the current statement. For example, when I have something like the following:
and try to run just the last statement (
ctrl-shift-E
) the error on the first line stops the last line from running.Is this something that can be fixed?