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

Check for flagged pkg #78

Merged
merged 17 commits into from
May 14, 2023
Merged

Check for flagged pkg #78

merged 17 commits into from
May 14, 2023

Conversation

jahrules
Copy link
Contributor

fixed for good this time. Postgres has a weird NULLS FIRST behaviour:

https://stackoverflow.com/questions/9510509/sort-by-column-asc-but-null-values-first

The typical use case is with descending sort order (DESC), which produces the complete inversion of the default ascending order (ASC) with null values first - which is often not desirable. To sort NULL values last:

@shenanigansd shenanigansd merged commit a1b9677 into main May 14, 2023
@shenanigansd shenanigansd deleted the check_for_flagged_pkg branch May 14, 2023 01:00
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.

2 participants