summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Kinoshita <kino@cloudian.com>2013-01-10 11:44:17 +0900
committerSatoshi Kinoshita <kino@cloudian.com>2013-01-10 16:07:54 +0900
commitfae0dd3a4fe4b6c1f6527595333b67a7e39468e2 (patch)
treef1831988993ae19298fd3c7972e4b793ffd00489
parent708596a16903cd8cedfdb6e5034e5b77f99006e0 (diff)
downloaderlang-fae0dd3a4fe4b6c1f6527595333b67a7e39468e2.tar.gz
drop procedure after testing
-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 5895cc4604..c65aaf3504 100644
--- a/lib/odbc/test/odbc_query_SUITE.erl
+++ b/lib/odbc/test/odbc_query_SUITE.erl
@@ -184,6 +184,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"}