summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Kinoshita <kino@cloudian.com>2013-01-10 11:23:41 +0900
committerSatoshi Kinoshita <kino@cloudian.com>2013-01-10 16:07:10 +0900
commit4023847466d548c32c9d671dce1b16cf242b28f6 (patch)
tree66d9a5249e8b77556d11ec7f2de8b6b3383a4e9b
parent768aa63ad0abb8d203c6b344a05f1b260a88d5e6 (diff)
downloaderlang-4023847466d548c32c9d671dce1b16cf242b28f6.tar.gz
drop procedure after testing
-rw-r--r--lib/odbc/test/oracle.erl3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/odbc/test/oracle.erl b/lib/odbc/test/oracle.erl
index 3e5fd244a0..052461ba4f 100644
--- a/lib/odbc/test/oracle.erl
+++ b/lib/odbc/test/oracle.erl
@@ -241,6 +241,9 @@ describe_floating() ->
describe_dec_num() ->
{ok,[{"MYDEC",{sql_decimal,9,3}},{"MYNUM",{sql_decimal,9,2}}]}.
+drop_proc() ->
+ "drop procedure test_proc1;".
+
stored_proc_integer_out() ->
"create or replace PROCEDURE test_proc1(" ++
"int_a OUT NUMBER, " ++