[Tarantool-patches] [PATCH v1 0/2] sql: remove implicit cast from operations
imeevma at tarantool.org
imeevma at tarantool.org
Fri Aug 21 11:40:48 MSK 2020
This patch-set removes implicit string-to-number conversion from arithmetic and
bitwise operations.
https://github.com/tarantool/tarantool/issues/3809
https://github.com/tarantool/tarantool/tree/imeevma/gh-3809-follow-up
@ChangeLog
- Strings are no longer implicitly converted to numbers in arithmetic and
bitwise operations.
Mergen Imeev (2):
sql: remove implicit cast in arithmetic operations
sql: remove implicit cast in bitwise operations
src/box/sql/vdbe.c | 130 +++++++++++++-----------
test/sql-tap/misc1.test.lua | 6 +-
test/sql-tap/misc3.test.lua | 42 +-------
test/sql-tap/tkt-a8a0d2996a.test.lua | 146 ---------------------------
test/sql/types.result | 110 +++++++++++++++++++-
test/sql/types.test.lua | 29 ++++++
6 files changed, 207 insertions(+), 256 deletions(-)
delete mode 100755 test/sql-tap/tkt-a8a0d2996a.test.lua
--
2.25.1
More information about the Tarantool-patches
mailing list