-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
Hi all,
I found a little issue that annoys me.
When I extract the definition of packages from the db, I always get the keyword EDITIONABLE:
CREATE OR REPLACE EDITIONABLE PACKAGE xx.yy IS ...
Since the code has been written long time ago, before the keyword EDITIONABLE was introduced, this word it's never present in the package definitions and I was expecting the extracted code to be the same.
Is there a way to avoid this behaviour in order to match exactly the db's code? Maybe a configuration somewhere?
The default value when nothing is specified is EDITIONABLE, so it shouldn't change anything.
Regards
Mauro
Metadata
Metadata
Assignees
Labels
No labels