Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
CritasWang
/
iotdb-sql-parser
Public
forked from
DTStack/dt-sql-parser
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
iotdb-sql-parser
test
parser
on
develop
User selector
All users
All time
Commit history
Commits on Jul 23, 2025
feat: 更新语法定义,以便支持多条 sql
CritasWang
committed
451f54e
View commit details
Copy full SHA for 451f54e
View code at this point
Browse repository at this point
test(all): fix error
CritasWang
committed
77a0231
View commit details
Copy full SHA for 77a0231
View code at this point
Browse repository at this point
feat(all): add iotdb
CritasWang
committed
5a9c41d
View commit details
Copy full SHA for 5a9c41d
View code at this point
Browse repository at this point
Commits on Jun 24, 2025
fix(postgresql): #432 remove error rule
Show description for 3684ae7
liuxy0551
authored
3684ae7
View commit details
Copy full SHA for 3684ae7
View code at this point
Browse repository at this point
Commits on Jun 5, 2025
fix(common): #424 allTokens slice when caretTokenIndex use tokenIndexOffset (#426)
Show description for 616dc11
liuxy0551
authored
616dc11
View commit details
Copy full SHA for 616dc11
View code at this point
Browse repository at this point
Commits on May 16, 2025
fix(flink): resolve conflicts
mumiao
committed
ec65d4e
View commit details
Copy full SHA for ec65d4e
View code at this point
Browse repository at this point
feat(flink): implement suggestion support for table properties in CREATE TABLE (#417)
Show description for 297b2f9
ekazakas
authored
297b2f9
View commit details
Copy full SHA for 297b2f9
View code at this point
Browse repository at this point
Commits on May 8, 2025
Sync next to main (#418)
Show description for ce57866
6 people
authored
ce57866
View commit details
Copy full SHA for ce57866
View code at this point
Browse repository at this point
Merge remote-tracking branch 'refs/remotes/origin/next' into next
JackWang032
committed
a3e6d1e
View commit details
Copy full SHA for a3e6d1e
View code at this point
Browse repository at this point
Merge branch 'main' into next
JackWang032
committed
cbf809c
View commit details
Copy full SHA for cbf809c
View code at this point
Browse repository at this point
feat: #410 optimize processCandidates tokenIndexOffset (#411)
Show description for 5fccaa1
liuxy0551
authored
5fccaa1
View commit details
Copy full SHA for 5fccaa1
View code at this point
Browse repository at this point
feat(all sql): add all sql expression column (#358)
Show description for 26219b8
LuckyFBB
authored
26219b8
View commit details
Copy full SHA for 26219b8
View code at this point
Browse repository at this point
fix: split whiteSpace into multiple tokens to fix findCaretTokenIndex may undefined (#385)
Show description for 8e11012
JackWang032
authored
8e11012
View commit details
Copy full SHA for 8e11012
View code at this point
Browse repository at this point
check spelling errors for all sql g4 (#396)
Show description for ee3c549
LuckyFBB
authored
ee3c549
View commit details
Copy full SHA for ee3c549
View code at this point
Browse repository at this point
feat: complete after error syntax (#334)
Show description for 99b01e5
liuxy0551
authored
99b01e5
View commit details
Copy full SHA for 99b01e5
View code at this point
Browse repository at this point
feat(postgre): #412 update merge's syntax, with clause syntax and copy syntax (#413)
Show description for 52b9a5a
Cythia828
authored
52b9a5a
View commit details
Copy full SHA for 52b9a5a
View code at this point
Browse repository at this point
fix(flink): #415 fix supporting json function's different type (#416)
Show description for 03a53d3
Cythia828
authored
03a53d3
View commit details
Copy full SHA for 03a53d3
View code at this point
Browse repository at this point
Commits on Mar 28, 2025
feat: support semantic context of isNewStatement (#361)
Show description for 042477d
JackWang032
authored
042477d
View commit details
Copy full SHA for 042477d
View code at this point
Browse repository at this point
refactor: optimize spark grammar (#360)
liuxy0551
authored
94769de
View commit details
Copy full SHA for 94769de
View code at this point
Browse repository at this point
Feat/follow keywords (#407)
Show description for bcf8369
JackWang032
authored
bcf8369
View commit details
Copy full SHA for bcf8369
View code at this point
Browse repository at this point
Commits on Feb 14, 2025
fix(flink): #398 fix flinksql built-in function's using (#399)
Show description for f8afbe2
Cythia828
authored
f8afbe2
View commit details
Copy full SHA for f8afbe2
View code at this point
Browse repository at this point
Commits on Feb 13, 2025
next merge main (#397)
Show description for f7802ec
6 people
authored
f7802ec
View commit details
Copy full SHA for f7802ec
View code at this point
Browse repository at this point
feat(merge conflict): merge main solve conflict
zhaoge
committed
f17f19f
View commit details
Copy full SHA for f17f19f
View code at this point
Browse repository at this point
fix: update isContainCaret judgment when caret position token is whit… (#390)
Show description for 20f065d
JackWang032
authored
20f065d
View commit details
Copy full SHA for 20f065d
View code at this point
Browse repository at this point
fix(trino): update timezone grammar to avoid ambiguity (#394)
Show description for 05134bc
JackWang032
authored
05134bc
View commit details
Copy full SHA for 05134bc
View code at this point
Browse repository at this point
fix(flink): fix flinksql syntax error about ROW and function using (#383)
Show description for 188d42d
Cythia828
authored
188d42d
View commit details
Copy full SHA for 188d42d
View code at this point
Browse repository at this point
fix: add hash partition table keywords MODULUS and REMAINDER (#384)
JackWang032
authored
f2e6b60
View commit details
Copy full SHA for f2e6b60
View code at this point
Browse repository at this point
Commits on Nov 14, 2024
fix: #362 set hiveVar value (#369)
liuxy0551
committed
ba9e3d6
View commit details
Copy full SHA for ba9e3d6
View code at this point
Browse repository at this point
feat: collect entity's attribute(#333)
Show description for ab60b14
Cythia828
authored and
liuxy0551
committed
ab60b14
View commit details
Copy full SHA for ab60b14
View code at this point
Browse repository at this point
ci: check-types and test unit update
zhaoge
authored and
liuxy0551
committed
9997864
View commit details
Copy full SHA for 9997864
View code at this point
Browse repository at this point
fix: spell check (#337)
Show description for fb55c99
liuxy0551
committed
fb55c99
View commit details
Copy full SHA for fb55c99
View code at this point
Browse repository at this point
feat(flinksql): collect comment, type attribute for entity (#319)
Show description for 1f1dd19
Cythia828
authored and
liuxy0551
committed
1f1dd19
View commit details
Copy full SHA for 1f1dd19
View code at this point
Browse repository at this point
feat: improve errorListener msg (#281)
Show description for ff49c91
LuckyFBB
authored and
liuxy0551
committed
ff49c91
View commit details
Copy full SHA for ff49c91
View code at this point
Browse repository at this point
fix(hive): add select into configPropertiesItem (#365)
LuckyFBB
authored
bdb4b96
View commit details
Copy full SHA for bdb4b96
View code at this point
Browse repository at this point
Commits on Aug 21, 2024
fix: flinksql function params add more time functions (#347)
Show description for b835c4b
JackWang032
and
jialan
authored
b835c4b
View commit details
Copy full SHA for b835c4b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.