OraOpenSource / Logger

Logger is used by Oracle developers to instrument their PL/SQL code
http://www.oraopensource.com/logger/
MIT License
310 stars 118 forks source link

Add Support for JSON json_object_t #224

Open martindsouza opened 5 years ago

martindsouza commented 5 years ago

The Params and to_char should support JSON to string:

logger.append_param(l_params, 'p_json', case when p_json is null then null else p_json.stringify end);