Commit 417c8c9d authored by Alexander Barkov's avatar Alexander Barkov

MDEV-10585 EXECUTE IMMEDIATE statement

Adding Oracle specific tests
parent a699a5f9
......@@ -130,3 +130,9 @@ DROP TABLE t1;
#
# End of MDEV-10709 Expressions as parameters to Dynamic SQL
#
#
# MDEV-10585 EXECUTE IMMEDIATE statement
#
EXECUTE IMMEDIATE 'SELECT :1 FROM DUAL' USING 10;
:1
10
......@@ -121,3 +121,8 @@ DROP TABLE t1;
--echo #
--echo # End of MDEV-10709 Expressions as parameters to Dynamic SQL
--echo #
--echo #
--echo # MDEV-10585 EXECUTE IMMEDIATE statement
--echo #
EXECUTE IMMEDIATE 'SELECT :1 FROM DUAL' USING 10;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment