Skip to content

Fixed installation order to eliminate compilation error warning #661

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 7, 2018

Conversation

Pazus
Copy link
Member

@Pazus Pazus commented May 5, 2018

Fixed installation order to eliminate compilation error warning
Removed ampersand symbol as some IDEs (PLSQL Developer) recognize it as a parameter to be defined
Removed unnecessary drop as ut_event_listener is already several lines before
Fixes #657

Removed ampersand symbol as some IDEs (PLSQL Developer) recognize it as a parameter to be defined
Removed unnecessary drop as ut_event_listener is already several lines before
Fixes utPLSQL#657
@@ -29,6 +29,7 @@ whenever oserror exit failure rollback
prompt Switching current schema to &&ut3_owner
prompt &&line_separator
alter session set current_schema = &&ut3_owner;
alter session set PLSQL_WARNINGS='ENABLE:ALL';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Warnings are enabled as part of development install. They were removed from the main install on purpose so users don't get worried that something is wrong.

@jgebal jgebal added this to the 3.1.2 milestone May 7, 2018
@jgebal jgebal merged commit 6a552e5 into utPLSQL:develop May 7, 2018
@Mikhail5544
Copy link

Great thanks!

This fix will be in master branch with release v3.1.2?

@jgebal
Copy link
Member

jgebal commented May 8, 2018

It will be included in next release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants