From 38ce48a66811e9709ad12f42b1470f36846bd29c Mon Sep 17 00:00:00 2001 From: Ottmar Gobrecht Date: Thu, 30 Mar 2017 16:48:23 +0200 Subject: [PATCH] default true for wrapper reuse_existing_api_params --- OM_TAPIGEN_ODDGEN_WRAPPER_BODY.pkb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OM_TAPIGEN_ODDGEN_WRAPPER_BODY.pkb b/OM_TAPIGEN_ODDGEN_WRAPPER_BODY.pkb index bd0f0e6..fc6b051 100755 --- a/OM_TAPIGEN_ODDGEN_WRAPPER_BODY.pkb +++ b/OM_TAPIGEN_ODDGEN_WRAPPER_BODY.pkb @@ -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'; @@ -147,4 +147,4 @@ IS END generate; -------------------------------------------------------------------------------- END om_tapigen_oddgen_wrapper; -/ \ No newline at end of file +/