When comments include create in the text the regex to find the object name / type will stop on the first match.
/*
Purpose:
This is a function that creates .....
*/
CREATE OR REPLACE FUNCTION x.x(debug)
Regex the looks for the object name should ignore the comment block.
When comments include create in the text the regex to find the object name / type will stop on the first match.
/*
Purpose:
This is a function that creates .....
*/
CREATE OR REPLACE FUNCTION x.x(debug)
Regex the looks for the object name should ignore the comment block.