Skip to content

Commit

Permalink
default true for wrapper reuse_existing_api_params
Browse files Browse the repository at this point in the history
  • Loading branch information
ogobrecht committed Mar 30, 2017
1 parent 5bdc2dc commit 38ce48a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OM_TAPIGEN_ODDGEN_WRAPPER_BODY.pkb
Expand Up @@ -49,7 +49,7 @@ IS
IS
v_params t_param;
BEGIN
v_params(c_reuse_existing_api_params) := 'false';
v_params(c_reuse_existing_api_params) := 'true';
v_params(c_col_prefix_in_method_names) := 'true';
v_params(c_enable_insertion_of_rows) := 'true';
v_params(c_enable_update_of_rows) := 'true';
Expand Down Expand Up @@ -147,4 +147,4 @@ IS
END generate;
--------------------------------------------------------------------------------
END om_tapigen_oddgen_wrapper;
/
/

0 comments on commit 38ce48a

Please sign in to comment.