Closed psteinroe closed 1 year ago
fixes #33
source files with nested statements (e.g. create function) are not parsed.
The source is properly cut into its statement, even when there is a create function statement in it.
What kind of change does this PR introduce?
fixes #33
What is the current behavior?
source files with nested statements (e.g. create function) are not parsed.
What is the new behavior?
The source is properly cut into its statement, even when there is a create function statement in it.