Skip to content

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

Open
pradeepkambalapally wants to merge 1 commit into
AlaSQL:developfrom
pradeepkambalapally:develop
Open

test: add SELECT ALL support tests for issue #2355#2508
pradeepkambalapally wants to merge 1 commit into
AlaSQL:developfrom
pradeepkambalapally:develop

Conversation

@pradeepkambalapally

Copy link
Copy Markdown

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

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

1 participant