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

Fixes default ASC direction for ORDER BY clause #780

Merged
merged 2 commits into from
Mar 25, 2022

Conversation

subigre
Copy link
Contributor

@subigre subigre commented Mar 24, 2022

Changes

Add default sort direction (ASC) to ORDER BY clause.

Related issue

Fixes #689

Additional information and checks

  • Pull request linked in changelog

@subigre subigre marked this pull request as ready for review March 24, 2022 17:30
@sonarcloud
Copy link

sonarcloud bot commented Mar 24, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@stefanspiska stefanspiska merged commit 7d88bf3 into develop Mar 25, 2022
@stefanspiska stefanspiska deleted the 689_default_order_by_direction branch March 25, 2022 07:02
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.

AQL: sort order not assumed to be ASC, violating AQL spec
2 participants