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: KronML/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.
  • 1 commit
  • 11 files changed
  • 3 contributors

Commits on Feb 17, 2026

  1. KML-5571 - Add COUNT(DISTINCT col1, col2) support (#1)

    * KML-5571: trying COUNT(DISTINCT) support
    
    * KML-5571:
     - Added prepare step in package.json
     - Updated ILIKE keyword for spark
    
    * KML-5571:
     - Updated ILIKE keyword in pegjs/spark.pegjs to support case-insensitive pattern matching in SQL queries.
    
    * KML-5571:
     - Updated pegjs grammar for ilike
    
    * KML-5571:
     - Removed prepare stage from package.json
    
    * KML-5585 - Setup builds for node-sql-parser
    
    * KML-5585 - Setup builds for node-sql-parser
    
    * KML-5585 - Setup builds for node-sql-parser
    
    * KML-5585 - Setup builds for node-sql-parser
    
    * KML-5585 - Setup builds for node-sql-parser
    
    * KML-5585 - Setup builds for node-sql-parser
    
    * KML-5585 - Setup builds for node-sql-parser
    
    * KML-5585 - Setup builds for node-sql-parser
    
    * KML-5585 - Setup builds for node-sql-parser
    
    * KML-5585 - Setup builds for node-sql-parser
    
    * KML-5585 - Setup builds for node-sql-parser
    
    * KML-5585 - Setup builds for node-sql-parser
    
    * KML-5585 - Setup builds for node-sql-parser
    
    * KML-5588: Adding functions and grammar
    
    * KML-5585 - Setup builds for node-sql-parser
    
    * KML-5585 - Setup builds for node-sql-parser
    
    * KML-5585 - Setup builds for node-sql-parser
    
    * KML-5585 - Setup builds for node-sql-parser
    
    * KML-5585 - Setup builds for node-sql-parser
    
    * KML-5585 - Setup builds for node-sql-parser
    
    * KML-5585 - Setup builds for node-sql-parser
    
    * KML-5585 - Setup builds for node-sql-parser
    
    * KML-5585 - Setup builds for node-sql-parser
    
    * KML-5585 - Setup builds for node-sql-parser
    
    * KML-5585 - Setup builds for node-sql-parser
    
    * KML-5585 - Setup builds for node-sql-parser
    
    * KML-5571:
     - Fixed CTE support for spark to handle multiple CTEs
    
    * KML-5585 - Setup builds for node-sql-parser
    
    * KML-5585 - Setup builds for node-sql-parser
    
    * KML-5571:
     - Added schema: t.schema to preserve the middle part of 3-part table names (db.schema.table)
     - Moved Spark to the unquoted identifier group so it returns KronMLTest.dbo.discussion instead of `KronMLTest`.`dbo`.`discussion`
    
    * KML-5571:
     - Updated test cases for spark dialect
     - Reverted changes to DEFAULT_OPT (these changes caused tests to fail for other dialects)
    
    * KML-5571:
     - Updated package version to 1.0.5
     - Triggered GitHub Actions workflow on push to master branch
    
    * KML-5585 - Push only to github npm repo
    
    ---------
    
    Co-authored-by: Tushar Bandopadhyay <snow@kronml.com>
    Co-authored-by: mallikkml <mallik@kronml.com>
    3 people authored Feb 17, 2026
    Configuration menu
    Copy the full SHA
    d0ccc50 View commit details
    Browse the repository at this point in the history
Loading