Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: taozhi8833998/node-sql-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: sgress454/node-sql-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 5 files changed
  • 4 contributors

Commits on Jan 23, 2026

  1. update README

    sgress454 committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    5e4ad7a View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2026

  1. Configuration menu
    Copy the full SHA
    15cb6f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ae0620 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c18eb4 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2026

  1. Extend SQL grammar to allow for empty OVER() (#8)

    * Extend SQL grammar to allow for empty OVER()
    
    Fixes #33759
    
    Make PARTITION BY optional by extracting it into a `partition_by_clause`
    sub-rule referenced as `?` from `over_partition`, so all four shapes
    parse: empty `OVER()`, order-only, partition-only, and the original
    partition+order form.
    
    * Added missing tests
    juan-fdz-hawa authored May 14, 2026
    Configuration menu
    Copy the full SHA
    ce819ad View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2026

  1. Update reserved words list, add more join support (#3)

    * fix: update escape character for sqlite
    
    * update reserved words list, add alias rules
    
    * reorder, update joins
    
    ---------
    
    Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    sgress454 and claude authored Jun 18, 2026
    Configuration menu
    Copy the full SHA
    82effdc View commit details
    Browse the repository at this point in the history
Loading