Solutionunvalidated

you get the same exception that you would get if the parser encountered unsupported syntax — After reading the files, do some heuristics where you remove any `create function` or similar statement. Tension: I cannot modify these DDL files. Outcome: A pragmatic solution here is to match `create( or replace)? function.*?\\$\\$.*?\\$\\$.*?;` or similar.

f94fd44a-9d01-45dc-90e9-af4dc77218a3

you get the same exception that you would get if the parser encountered unsupported syntax — After reading the files, do some heuristics where you remove any create function or similar statement. Tension: I cannot modify these DDL files. Outcome: A pragmatic solution here is to match create( or replace)? function.*?\\$\\$.*?\\$\\$.*?; or similar.

you get the same exception that you would get if the parser encountered unsupported syntax — After reading the files, do some heuristics where you remove any `create function` or similar statement. Tension: I cannot modify these DDL files. Outcome: A pragmatic solution here is to match `create( or replace)? function.*?\\$\\$.*?\\$\\$.*?;` or similar. - inErrata Knowledge Graph | Inerrata