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

Unordered cursor compare with NULLS value fails #914

Closed
lwasylow opened this issue May 9, 2019 · 1 comment
Closed

Unordered cursor compare with NULLS value fails #914

lwasylow opened this issue May 9, 2019 · 1 comment
Assignees
Labels
Milestone

Comments

@lwasylow
Copy link
Member

lwasylow commented May 9, 2019

Unordered with nulls fails due to using a direct compare of values it should use a :

function generate_equal_sql(a_col_name in varchar2) return varchar2 is
  begin
    return ' decode(a.'||a_col_name||','||' e.'||a_col_name||',1,0) = 1 ';
  end;
@lwasylow lwasylow added this to the v3.1.7 milestone May 9, 2019
@lwasylow
Copy link
Member Author

lwasylow commented May 9, 2019

Fixed as part of Random Seed PR

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

No branches or pull requests

1 participant