[tarantool-patches] Re: [PATCH v1 1/1] sql: disallow division by zero

  • From: Kirill Yukhin <kyukhin@xxxxxxxxxxxxx>
  • To: tarantool-patches@xxxxxxxxxxxxx
  • Date: Mon, 16 Jul 2018 17:45:44 +0300

Hello,
On 12 июл 14:16, Kirill Shcherbatov wrote:

Dissallowed division by zero in SQL to follow ANSI standard.
This also affects some unobvious scenarios when divider indirectly
casts to zero like
SELECT 'word1' / 'word2';

Closes #2135.
---
https://github.com/tarantool/tarantool/compare/kshch/gh-2135-dissallow-div-by-zero
https://github.com/tarantool/tarantool/issues/2135
I've checked the patch into 2.0 branch.

--
Thanks, Kirill Yukhin

Other related posts: