aboutsummaryrefslogtreecommitdiffstats
path: root/lib/odbc/test
diff options
context:
space:
mode:
authorSatoshi Kinoshita <[email protected]>2013-01-10 11:44:17 +0900
committerFredrik Gustafsson <[email protected]>2013-03-27 16:47:52 +0100
commit9fae5efae6ea1350058a1ee5393d114278860b74 (patch)
tree3a0e6fbba5f0f43cc4293399db2c345f275fdaf8 /lib/odbc/test
parent3b53663da11d423a866cca3f7993be252210988d (diff)
downloadotp-9fae5efae6ea1350058a1ee5393d114278860b74.tar.gz
otp-9fae5efae6ea1350058a1ee5393d114278860b74.tar.bz2
otp-9fae5efae6ea1350058a1ee5393d114278860b74.zip
drop procedure after testing
Diffstat (limited to 'lib/odbc/test')
-rw-r--r--lib/odbc/test/odbc_query_SUITE.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/odbc/test/odbc_query_SUITE.erl b/lib/odbc/test/odbc_query_SUITE.erl
index e70a9d2eef..2f8f364304 100644
--- a/lib/odbc/test/odbc_query_SUITE.erl
+++ b/lib/odbc/test/odbc_query_SUITE.erl
@@ -185,6 +185,8 @@ stored_proc(Config) when is_list(Config) ->
Result = ?RDBMS:query_result(),
Result =
?RDBMS:param_query(Ref),
+ {updated, _} =
+ odbc:sql_query(Ref, ?RDBMS:drop_proc()),
ok;
_ ->
{skip, "stored proc not yet supported"}