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

  • From: Kirill Yukhin <kyukhin@xxxxxxxxxxxxx>
  • To: tarantool-patches@xxxxxxxxxxxxx
  • Date: Thu, 19 Jul 2018 13:48:42 +0300

Hello,
On 16 июл 18:09, Kirill Shcherbatov 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.
---
Branch: 
https://github.com/tarantool/tarantool/compare/kshch/gh-3535-assertion-on-delete
Issue: https://github.com/tarantool/tarantool/issues/3535
I've checked in your patch into 2.0 branch.

--
Regards, Kirill Yukhin

Other related posts: