Skip to content

test: add SELECT ALL support tests for issue #2355 - #2508

Merged
mathiasrw merged 2 commits into
AlaSQL:developfrom
pradeepkambalapally:develop
Aug 19, 2026
Merged

test: add SELECT ALL support tests for issue #2355#2508
mathiasrw merged 2 commits into
AlaSQL:developfrom
pradeepkambalapally:develop

Conversation

@pradeepkambalapally

Copy link
Copy Markdown
Contributor

Closes #2355

Added tests for SELECT ALL keyword support in test/test2355.js:

  • A) Verifies SELECT ALL returns all rows including duplicates
  • B) Verifies SELECT ALL vs SELECT DISTINCT behavior difference
  • C) Verifies SELECT ALL with CROSS JOIN syntax

@mathiasrw mathiasrw left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Very smooth. Thank you.

Comment thread test/test2355.js Outdated
Comment thread test/test2355.js Outdated
@mathiasrw
mathiasrw merged commit cc354bc into AlaSQL:develop Aug 19, 2026
11 checks passed
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.

SELECT ALL Support - SQL Standard ALL Keyword

2 participants