Skip to content

Commit

Permalink
drop procedure after testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kinogmt authored and rimmius committed Mar 27, 2013
1 parent 16ea5fc commit de56e09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/odbc/test/oracle.erl
Expand Up @@ -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, " ++
Expand Down

0 comments on commit de56e09

Please sign in to comment.