Skip to content

[FEATURE] Add UNION Clause support to the QueryBuilder #5349

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

Merged
merged 6 commits into from
Feb 18, 2025
Merged

Conversation

linawolf
Copy link
Member

Resolves: TYPO3-Documentation/Changelog-To-Doc#994
Releases: main, 13.4

@linawolf linawolf added the backport 13.4 Backport to TYPO3v13 label Feb 16, 2025
@linawolf linawolf requested a review from sbuerk February 16, 2025 11:10
Copy link
Contributor

@froemken froemken left a comment

Choose a reason for hiding this comment

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

How does the result look like? Do I get 4 columns now? Or are both two columns joined by their position? If they are joined, which column name do they get?

@linawolf
Copy link
Member Author

On the general workings of UNION in SQL I added the link to https://www.w3schools.com/sql/sql_union.asp It has examples with example tables etc. We don't need to repeat it here as it is SQL knowledge.

Copy link
Contributor

@sbuerk sbuerk left a comment

Choose a reason for hiding this comment

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

Minor changes, but overall thanks for making this be shifted from changelog into this documentation.

❤️

@linawolf linawolf requested a review from sbuerk February 17, 2025 05:11
@linawolf linawolf merged commit 0e24c36 into main Feb 18, 2025
10 checks passed
@linawolf linawolf deleted the feature/union branch February 18, 2025 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 13.4 Backport to TYPO3v13
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Add UNION Clause support to the QueryBuilder
3 participants