[tarantool-patches] Re: [PATCH v1 1/1] sql: do not replace the error with a syntax error

Kirill Yukhin kyukhin at tarantool.org
Fri May 17 14:40:12 MSK 2019


Hello,

On 07 May 19:03, imeevma at tarantool.org wrote:
> Currently, it is possible to set a syntax error, even if there has
> already been another error before.
> 
> For example:
> box.execute("insert into not_exist values(1) a")
> 
> The first error is "Space 'NOT_EXIST' does not exist", but "Syntax
> error near 'a'" is displayed.
> 
> After this patch, all syntax errors will be set only if there have
> been no errors before.
> 
> Closes #3964
> ---
> https://github.com/tarantool/tarantool/issues/3964
> https://github.com/tarantool/tarantool/tree/imeevma/gh-3964-stop-parser-on-error

I've checked your patch into master.

--
Regards, Kirill Yukhin




More information about the Tarantool-patches mailing list