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 }}
eXigentCoder
/
node-sql-parser
Public
forked from
taozhi8833998/node-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
node-sql-parser
pegjs
flinksql.pegjs
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 26, 2023
feat: support create user in mysql
taozhi8833998
committed
3e5f9b9
View commit details
Copy full SHA for 3e5f9b9
View code at this point
Browse repository at this point
Commits on Dec 20, 2023
fix: count function args with or expr in all db
taozhi8833998
committed
d9f91d5
View commit details
Copy full SHA for d9f91d5
View code at this point
Browse repository at this point
Commits on Nov 10, 2023
fix: set column name can be reserved word
taozhi8833998
committed
0c06494
View commit details
Copy full SHA for 0c06494
View code at this point
Browse repository at this point
Commits on Oct 7, 2023
refactor: ast be object when single sql, to be array when multiple statements for all db
taozhi8833998
committed
290b44e
View commit details
Copy full SHA for 290b44e
View code at this point
Browse repository at this point
Commits on Sep 28, 2023
fix: datatype length missing parentheses in all db
taozhi8833998
committed
b0e745f
View commit details
Copy full SHA for b0e745f
View code at this point
Browse repository at this point
Commits on Sep 15, 2023
fix: primary key missing when have unique in sqlify
taozhi8833998
committed
8cb7119
View commit details
Copy full SHA for 8cb7119
View code at this point
Browse repository at this point
Commits on Sep 1, 2023
fix: keep origin quote string type
taozhi8833998
committed
b366ea8
View commit details
Copy full SHA for b366ea8
View code at this point
Browse repository at this point
Commits on Aug 12, 2023
refactor: remove order by default asc sort type in ast
taozhi8833998
committed
3c49abc
View commit details
Copy full SHA for 3c49abc
View code at this point
Browse repository at this point
Commits on Aug 11, 2023
Support union distinct on various databases
takaaa220
committed
877c492
View commit details
Copy full SHA for 877c492
View code at this point
Browse repository at this point
Commits on Aug 8, 2023
refactor: update flink
taozhi8833998
committed
486c839
View commit details
Copy full SHA for 486c839
View code at this point
Browse repository at this point
Commits on Aug 3, 2023
fix: parse nested sub queries
taozhi8833998
committed
2374c49
View commit details
Copy full SHA for 2374c49
View code at this point
Browse repository at this point
Commits on Jul 31, 2023
refactor: fix slow parser in pg
taozhi8833998
committed
cb6f7d2
View commit details
Copy full SHA for cb6f7d2
View code at this point
Browse repository at this point
Commits on Jul 28, 2023
fix: set dataType in mysql
taozhi8833998
committed
1a54b9c
View commit details
Copy full SHA for 1a54b9c
View code at this point
Browse repository at this point
Commits on Jul 21, 2023
fix: on update current_timestamp with args in mysql
taozhi8833998
committed
a624864
View commit details
Copy full SHA for a624864
View code at this point
Browse repository at this point
Commits on Jul 17, 2023
feat: support table tumble in flink
taozhi8833998
committed
5d57b06
View commit details
Copy full SHA for 5d57b06
View code at this point
Browse repository at this point
Commits on May 31, 2023
fix: select from select_stmt in all db
taozhi8833998
committed
f6bc649
View commit details
Copy full SHA for f6bc649
View code at this point
Browse repository at this point
Commits on May 18, 2023
feat: refactor all column order
taozhi8833998
committed
149b99a
View commit details
Copy full SHA for 149b99a
View code at this point
Browse repository at this point
Commits on Apr 28, 2023
refactor: update on reference order in all db
taozhi8833998
committed
1f4bcd7
View commit details
Copy full SHA for 1f4bcd7
View code at this point
Browse repository at this point
Commits on Mar 14, 2023
Merge pull request #1346 from poulinjulien/feat-flink-join
Show description for f3a34c8
taozhi8833998
authored
f3a34c8
View commit details
Copy full SHA for f3a34c8
View code at this point
Browse repository at this point
Commits on Mar 13, 2023
Merge pull request #1345 from poulinjulien/feat-flink-overlay
Show description for 2fe79c3
taozhi8833998
authored
2fe79c3
View commit details
Copy full SHA for 2fe79c3
View code at this point
Browse repository at this point
Commits on Mar 10, 2023
feat: support position in flink
Julien Poulin
committed
612529e
View commit details
Copy full SHA for 612529e
View code at this point
Browse repository at this point
feat: support overlay in flink
Julien Poulin
committed
c0d2255
View commit details
Copy full SHA for c0d2255
View code at this point
Browse repository at this point
feat: support all join operation in flink
Julien Poulin
committed
0f8fc74
View commit details
Copy full SHA for 0f8fc74
View code at this point
Browse repository at this point
feat: support try_cast in flink
Julien Poulin
committed
b585903
View commit details
Copy full SHA for b585903
View code at this point
Browse repository at this point
Merge pull request #1314 from poulinjulien/feat-flink-reserved-keywords
Show description for f976c44
taozhi8833998
authored
f976c44
View commit details
Copy full SHA for f976c44
View code at this point
Browse repository at this point
Commits on Mar 8, 2023
fix: case when list in all db
taozhi8833998
committed
3158055
View commit details
Copy full SHA for 3158055
View code at this point
Browse repository at this point
Commits on Mar 3, 2023
fix: with clause column ref list
taozhi8833998
committed
45a46df
View commit details
Copy full SHA for 45a46df
View code at this point
Browse repository at this point
Commits on Feb 24, 2023
fix: extract from column
taozhi8833998
committed
98e6b68
View commit details
Copy full SHA for 98e6b68
View code at this point
Browse repository at this point
Commits on Feb 16, 2023
Merge pull request #1315 from poulinjulien/feat-flink-substring
Show description for 204725f
taozhi8833998
authored
204725f
View commit details
Copy full SHA for 204725f
View code at this point
Browse repository at this point
Commits on Feb 15, 2023
feat: support set op for stmt
taozhi8833998
committed
a2b3b88
View commit details
Copy full SHA for a2b3b88
View code at this point
Browse repository at this point
Commits on Feb 14, 2023
feat: support substring in flink
Julien Poulin
committed
ad4b28f
View commit details
Copy full SHA for ad4b28f
View code at this point
Browse repository at this point
feat: update the list of reserved keywords in flink
Julien Poulin
committed
0d2a97a
View commit details
Copy full SHA for 0d2a97a
View code at this point
Browse repository at this point
fix: limit offset clause support var statement in pg
taozhi8833998
committed
2a558ee
View commit details
Copy full SHA for 2a558ee
View code at this point
Browse repository at this point
Merge pull request #1308 from taozhi8833998/feat-safe-cast-bigquery
Show description for 7b351aa
taozhi8833998
authored
7b351aa
View commit details
Copy full SHA for 7b351aa
View code at this point
Browse repository at this point
Commits on Feb 13, 2023
Merge pull request #1266 from poulinjulien/feat-flink-similar
Show description for b61b46b
taozhi8833998
authored
b61b46b
View commit details
Copy full SHA for b61b46b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.