diff options
author | Satoshi Kinoshita <[email protected]> | 2013-01-10 11:44:17 +0900 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-03-27 16:47:52 +0100 |
commit | 9fae5efae6ea1350058a1ee5393d114278860b74 (patch) | |
tree | 3a0e6fbba5f0f43cc4293399db2c345f275fdaf8 /lib/odbc | |
parent | 3b53663da11d423a866cca3f7993be252210988d (diff) | |
download | otp-9fae5efae6ea1350058a1ee5393d114278860b74.tar.gz otp-9fae5efae6ea1350058a1ee5393d114278860b74.tar.bz2 otp-9fae5efae6ea1350058a1ee5393d114278860b74.zip |
drop procedure after testing
Diffstat (limited to 'lib/odbc')
-rw-r--r-- | lib/odbc/test/odbc_query_SUITE.erl | 2 |
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"} |