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: DTStack/dt-sql-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: DTStack/dt-sql-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: next
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 75 files changed
  • 2 contributors

Commits on Dec 30, 2025

  1. feat: support query result and derived table entity collecting (#434)

    * feat: support queryResult and derived table entities collecting
    
    * feat: support query result and derived table entity collecting
    
    * test: enhance hive and spark entity collect test case
    
    * fix: remove _ctx and add tokenIndex into position
    
    * fix: rename declareType COMMON to LITERAL
    
    * fix: optimize entity collector and update  grammar
    
    * test: add derived table and query result entities test case
    
    * fix: remove isCaretInDerivedTableStmt and set default isAccessible to null
    
    * fix: update _caretStmt docs
    
    * test: add isAccessible test case
    
    * fix: skip _caretStmt ts check
    
    * docs: update README to include additional entity information
    
    * test: fix create view test case
    
    * fix:  import from error sql module
    
    * test: update entity collection tests
    
    * fix: remove unused type
    JackWang032 committed Dec 30, 2025
    Configuration menu
    Copy the full SHA
    d784daf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80e7416 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9883ed0 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2026

  1. Merge pull request #461 from DTStack/bump/v4.5.0-beta.0

    Bump/v4.5.0 beta.0
    JackWang032 authored Jan 9, 2026
    Configuration menu
    Copy the full SHA
    ff81038 View commit details
    Browse the repository at this point in the history
Loading