PeterW
Member³
I think there's a bug in the template file Package.tpl which can be used to create a package spec and body in one go.
When I open a new SQL-window and insert the template, the slash ('/'), that separates the code for the spec and the body, is not printed. As a result, the two chunks of code are concatenated. When I execute the code, only an invalid package spec is created.
The solution to this problem seems simple: add another slash in the template, so that the two pieces of code are separated by '//'. Now everything works as expected.
Anybody noticed this, or am I doing something wrong?
When I open a new SQL-window and insert the template, the slash ('/'), that separates the code for the spec and the body, is not printed. As a result, the two chunks of code are concatenated. When I execute the code, only an invalid package spec is created.
The solution to this problem seems simple: add another slash in the template, so that the two pieces of code are separated by '//'. Now everything works as expected.
Anybody noticed this, or am I doing something wrong?