Package name replaced in editor after opening (Oracle 11.2) DataGrip 2017.1
When opening a package and after that a package body the start of the package script is changed.
The first line of the package body reads (in the DB): CREATE OR REPLACE PACKAGE BODY USER.PACKAGE_NAME
DataGrip is showing it as CREATE PACKAGE BODY PACKAGE_NAME
So it is eating the "OR REPLACE" and the "USER" or "SCHEMA_NAME" part of the statement.
Using macOS 10.12.4, Oracle 11.2 and DataGrip 2017.1
请先登录再写评论。
Any updates? Is someone working on fixing this bug?
Hi,
There is the issue for such problems https://youtrack.jetbrains.com/issue/DBE-4015
Thank you.