Skip to content

Bugfix: Handle NULL in stacking#3570

Merged
scudette merged 3 commits into
masterfrom
stack_nul
Jun 18, 2024
Merged

Bugfix: Handle NULL in stacking#3570
scudette merged 3 commits into
masterfrom
stack_nul

Conversation

@scudette

Copy link
Copy Markdown
Contributor

Since NULL does not compare to anything sorting on columns that have NULL in them is not stable. This change considers those values as empty strings so stacking is stable.

scudette added 3 commits June 18, 2024 12:56
Since NULL does not compare to anything sorting on columns that have
NULL in them is not stable. This change considers those values as
empty strings so stacking is stable.
@scudette
scudette merged commit 575cde1 into master Jun 18, 2024
@scudette
scudette deleted the stack_nul branch June 18, 2024 06:53
scudette added a commit that referenced this pull request Jun 30, 2024
Since NULL does not compare to anything sorting on columns that have
NULL in them is not stable. This change considers those values as empty
strings so stacking is stable.
scudette added a commit that referenced this pull request Jun 30, 2024
Since NULL does not compare to anything sorting on columns that have
NULL in them is not stable. This change considers those values as empty
strings so stacking is stable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant