Skip to content

Conversation

@ahjwessel
Copy link

OrderBy's and Limit's are should be after UNION

OrderBy's and Limit's are should be after UNION
@ahmad-moussawi
Copy link
Contributor

Could you please add unit test for this ?

@ahjwessel
Copy link
Author

I don't know how to connect visual studio to github.

I just types the change in a textearea inside github website.

The change has been tested inside a project of mine, by inheriting sqlitecompiler and overriding the function.

@ahmad-moussawi ahmad-moussawi force-pushed the master branch 6 times, most recently from f9a6417 to a30bb49 Compare January 1, 2020 11:39
@ahmad-moussawi ahmad-moussawi force-pushed the master branch 7 times, most recently from 838f8ca to 47633a3 Compare March 14, 2021 14:51
@ahmad-moussawi ahmad-moussawi force-pushed the master branch 2 times, most recently from 748c2bf to bad6733 Compare June 12, 2021 03:48
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR fixes the order of SQL query compilation by moving UNION clauses before ORDER BY and LIMIT clauses to comply with standard SQL syntax requirements.

  • Reorders the compilation sequence to place UNION before ORDER BY and LIMIT

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

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