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: feat/emptyColumn
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 123 files changed
  • 5 contributors

Commits on Nov 26, 2025

  1. chore(release): 4.3.0

    mumiao authored and JackWang032 committed Nov 26, 2025
    Configuration menu
    Copy the full SHA
    c0f01ac View commit details
    Browse the repository at this point in the history
  2. fix(common): #424 allTokens slice when caretTokenIndex use tokenIndex…

    …Offset (#426)
    
    * test: #424 syntax after comments
    
    * fix(common): #424 allTokens slice when caretTokenIndex use tokenIndexOffset
    liuxy0551 authored and JackWang032 committed Nov 26, 2025
    Configuration menu
    Copy the full SHA
    ce8a957 View commit details
    Browse the repository at this point in the history
  3. chore(release): 4.3.1

    mumiao authored and JackWang032 committed Nov 26, 2025
    Configuration menu
    Copy the full SHA
    6671427 View commit details
    Browse the repository at this point in the history
  4. fix(postgresql): #432 remove error rule

    * test: #432 validate unComplete sql
    
    * fix: #432 remove error rule
    liuxy0551 authored and JackWang032 committed Nov 26, 2025
    Configuration menu
    Copy the full SHA
    e0b6a94 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6410d87 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    34703ff View commit details
    Browse the repository at this point in the history
  7. fix(flink): #442 fix flink's insert values() can't support function p…

    …roblem
    zhaoge authored and JackWang032 committed Nov 26, 2025
    Configuration menu
    Copy the full SHA
    9a59c77 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5beda62 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b9e8588 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    325926e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b8a13b7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ed56daf View commit details
    Browse the repository at this point in the history
  13. chore(release): 4.4.0

    JackWang032 committed Nov 26, 2025
    Configuration menu
    Copy the full SHA
    821957c View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 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 authored Dec 16, 2025
    Configuration menu
    Copy the full SHA
    c8c64c0 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2025

  1. Configuration menu
    Copy the full SHA
    3101b0e View commit details
    Browse the repository at this point in the history
Loading