[Tarantool-patches] [PATCH 3/4] sql: fix CAST AS NUMBER operator
Vladislav Shpilevoy
v.shpilevoy at tarantool.org
Wed Feb 12 01:17:29 MSK 2020
Hi!
I've pushed my review fixes on top of this commit. See it in the
end of the email, and on the branch.
3.2 and 3.13 still were the same, I dropped 3.13.
================================================================================
commit 6f1ce3265cab561c7d4959bd1a1998a986287da7
Author: Vladislav Shpilevoy <v.shpilevoy at tarantool.org>
Date: Tue Feb 11 23:14:48 2020 +0100
Review fix
diff --git a/test/sql-tap/cast.test.lua b/test/sql-tap/cast.test.lua
index d4af339fd..fb0790d04 100755
--- a/test/sql-tap/cast.test.lua
+++ b/test/sql-tap/cast.test.lua
@@ -1,6 +1,6 @@
#!/usr/bin/env tarantool
test = require("sqltester")
-test:plan(80)
+test:plan(79)
--!./tcltestrunner.lua
-- 2005 June 25
@@ -682,11 +682,6 @@ test:do_execsql_test(
-- </cast-3.12>
})
-test:do_execsql_test(
- "cast-3.13",
- "SELECT CAST(9223372036854774800 AS NUMBER)",
- {9223372036854774800LL})
-
test:do_execsql_test(
"cast-3.14",
[[
More information about the Tarantool-patches
mailing list