[tarantool-patches] Re: [PATCH v1 1/1] sql: raise error for DELETE FROM nonexistent table

  • From: "n.pettik" <korablev@xxxxxxxxxxxxx>
  • To: tarantool-patches@xxxxxxxxxxxxx
  • Date: Mon, 16 Jul 2018 18:13:45 +0300


On 16 Jul 2018, at 18:09, Kirill Shcherbatov <kshcherbatov@xxxxxxxxxxxxx> 
wrote:

Parser didn't raise error when DELETE FROM can't find
a table specified on statement.
As no error was raised, partially-prepared VDBE code
seemed to be generated fine, that was not true.

Closes #3535.


LGTM. It seems that your patch also closes #3511 issue.
If so, add also test for that case and ticket number to commit message
(to close it automatically).


Other related posts: