Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fixed installation order to eliminate compilation error warning#661

Merged
jgebal merged 2 commits intoutPLSQL:developfrom
Pazus:bug/fix-installation-order
May 7, 2018
Merged

Fixed installation order to eliminate compilation error warning#661
jgebal merged 2 commits intoutPLSQL:developfrom
Pazus:bug/fix-installation-order

Conversation

@Pazus
Copy link
Copy Markdown
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
Comment thread source/install.sql Outdated
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
Copy Markdown
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
Copy Markdown

Great thanks!

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

@jgebal
Copy link
Copy Markdown
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