Skip to content
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

Price Comparation report performance improvements #10993

Merged
merged 2 commits into from Apr 19, 2021

Conversation

teosarca
Copy link
Member

No description provided.

@teosarca teosarca merged commit c4f7e0c into scary_plum_uat Apr 19, 2021
@teosarca teosarca deleted the scary_plum_uat_PriceComparation_fix_perf branch April 19, 2021 07:20
;

CREATE OR REPLACE FUNCTION report.reportPriceListComparation(
C_BPartner_ID numeric, -- 1
Copy link
Member

Choose a reason for hiding this comment

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

please prefix the parameters with p_

pp.seqNo AS SeqNo,

-- Filter Columns
$1 AS C_BPartner_ID,
Copy link
Member

Choose a reason for hiding this comment

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

please use name parameters

;

CREATE OR REPLACE FUNCTION report.reportPriceListComparation_With_PP_PI(
C_BPartner_ID numeric, -- 1
Copy link
Member

Choose a reason for hiding this comment

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

same as in th other function (please prefix the parameters with p_)

pp.seqNo AS SeqNo,

-- Filter Columns
$1 AS C_BPartner_ID,
Copy link
Member

Choose a reason for hiding this comment

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

same as in th other function (please use parameter-name)

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

Successfully merging this pull request may close these issues.

None yet

2 participants