db_multirow: fall back to -local behavior, when used outside of an ADP file
The old behavior was, that when "db_multirow" was called outsid…
Show more
db_multirow: fall back to -local behavior, when used outside of an ADP fileThe old behavior was, that when "db_multirow" was called outside an ADPenvironment, an error was generated, since the uplevel was determinedwithout the "-local" flag by [template::adp_level]. Outside ADP,the result of the function is empty, leading to an error thata level "#" is invalid. Depending on an optional flag is strangefor a "db_*" command.Now, the default behavior outside ADP file is local (i.e., whencalling outside ADP, the output variables are set in the callingscope, unless a different "upvar_level" is specified).
Show less