Skip to content

No code changes completed due session quota exhaustion - #2537

Draft
mathiasrw with Copilot wants to merge 1 commit into
developfrom
copilot/join-on-xxx-is-not-null
Draft

No code changes completed due session quota exhaustion#2537
mathiasrw with Copilot wants to merge 1 commit into
developfrom
copilot/join-on-xxx-is-not-null

Conversation

Copilot AI commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

Work on this issue did not reach implementation before the session quota was exhausted.

  • Issue summary

    • AlaSQL rejects JOIN ... ON <expr> IS NOT NULL forms that other SQL engines accept, including cases like ON +(90) IS NOT NULL and ON NOT NULL IS NOT NULL.
  • Session outcome

    • No parser or test changes were completed in this session.
    • A follow-up session should add a focused regression test for the issue and update the parser to accept IS [NOT] NULL in JOIN ... ON expressions.

Example of the currently failing form:

SELECT DISTINCT *
FROM tab2 cor0
JOIN tab2 cor1 ON +(90) IS NOT NULL,
     tab0 AS cor2;

Copilot AI linked an issue Aug 25, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Fix parse error for join query No code changes completed due session quota exhaustion Aug 25, 2026
Copilot AI requested a review from mathiasrw August 25, 2026 17:30
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.

JOIN ON xxx IS NOT NULL

2 participants