Closed MikeKutz closed 6 years ago
The tePLSQL package has a few internal globals that determine how the engine operates. (eg g_max_includes)
g_max_includes
Instead of moving them from the body into the specification (eg for #27), they could be set along with the Template Parameters.
That is: non-default values would need to be defined in the p_vars parameter of process and render procedures (along with Template Variables).
p_vars
process
render
Example internal globals
include
The tePLSQL package has a few internal globals that determine how the engine operates. (eg
g_max_includes
)Instead of moving them from the body into the specification (eg for #27), they could be set along with the Template Parameters.
That is: non-default values would need to be defined in the
p_vars
parameter ofprocess
andrender
procedures (along with Template Variables).Example internal globals
include
template is not found. ( enhancement request not created )