Skip to content

Avoid EDITIONABLE keyword on package definition extraction #55

@mbrembilla

Description

@mbrembilla

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
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions