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
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 }}
JSQLParser
/
JSqlParser
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1.4k
Star
6k
Code
Issues
2
Pull requests
9
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Actions: JSQLParser/JSqlParser
Actions
All workflows
Workflows
CI Pipeline
CI Pipeline
Copilot
Copilot
Copilot code review
Copilot code review
Dependabot Updates
Dependabot Updates
Dependency Graph
Dependency Graph
Show more workflows...
Management
Caches
Deployments
All workflows
All workflows
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Showing runs from all workflows
will be ignored since log searching is not yet available
771 workflow runs
771 workflow runs
Workflow
Filter by Workflow
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching workflows.
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
feat: parse MySQL table option lists and UNION sources (#2656)
CI Pipeline
#929:
Commit
8e2d660
pushed by
manticore-projects
28m 37s
master
master
28m 37s
View workflow file
fix: support FILTER after ordered-set aggregates (#2655)
CI Pipeline
#928:
Commit
0db9e0e
pushed by
manticore-projects
14m 31s
master
master
14m 31s
View workflow file
fix: reuse table constraints for MySQL ALTER TABLE (#2654)
CI Pipeline
#927:
Commit
4d6bbf3
pushed by
manticore-projects
12m 51s
master
master
12m 51s
View workflow file
fix: parse PostgreSQL JSON path deletion and existence operators
CI Pipeline
#926:
Pull request
#2664
opened by
minleejae
9m 39s
minleejae:fix/postgresql-json-path-operators
minleejae:fix/postgresql-json-path-operators
9m 39s
View #2664
View workflow file
fix: visit expressions in macro, assertion and export statement output
CI Pipeline
#925:
Pull request
#2663
opened by
minleejae
9m 9s
minleejae:fix/structured-statement-deparsing
minleejae:fix/structured-statement-deparsing
9m 9s
View #2663
View workflow file
fix: share MySQL character set parsing across column types and casts
CI Pipeline
#924:
Pull request
#2662
opened by
minleejae
8m 42s
minleejae:fix/mysql-type-character-sets
minleejae:fix/mysql-type-character-sets
8m 42s
View #2662
View workflow file
fix: share SET assignment parsing and support MySQL character set selection
CI Pipeline
#923:
Pull request
#2661
opened by
minleejae
9m 43s
minleejae:fix/mysql-set-assignment-structure
minleejae:fix/mysql-set-assignment-structure
9m 43s
View #2661
View workflow file
fix: preserve qualified names in TABLE query output
CI Pipeline
#922:
Pull request
#2660
opened by
minleejae
8m 53s
minleejae:fix/table-query-qualified-output
minleejae:fix/table-query-qualified-output
8m 53s
View #2660
View workflow file
fix: preserve qualified ALTER TABLE rename targets
CI Pipeline
#921:
Pull request
#2659
opened by
minleejae
11m 39s
minleejae:fix/mysql-qualified-table-rename
minleejae:fix/mysql-qualified-table-rename
11m 39s
View #2659
View workflow file
feat: support PostgreSQL COPY WITH options
CI Pipeline
#920:
Pull request
#2658
opened by
minleejae
11m 21s
minleejae:feat/postgresql-copy-with-options
minleejae:feat/postgresql-copy-with-options
11m 21s
View #2658
View workflow file
feat: support PostgreSQL PREPARE parameter types
CI Pipeline
#919:
Pull request
#2657
opened by
minleejae
8m 41s
minleejae:feat/postgresql-prepare-types
minleejae:feat/postgresql-prepare-types
8m 41s
View #2657
View workflow file
feat: parse MySQL table option lists and UNION sources
CI Pipeline
#918:
Pull request
#2656
opened by
minleejae
8m 28s
minleejae:feat/mysql-table-option-lists
minleejae:feat/mysql-table-option-lists
8m 28s
View #2656
View workflow file
fix: support FILTER after ordered-set aggregates
CI Pipeline
#917:
Pull request
#2655
opened by
minleejae
8m 35s
minleejae:fix/ordered-set-aggregate-filter
minleejae:fix/ordered-set-aggregate-filter
8m 35s
View #2655
View workflow file
fix: reuse table constraints for MySQL ALTER TABLE
CI Pipeline
#916:
Pull request
#2654
opened by
minleejae
8m 36s
minleejae:fix/mysql-alter-constraint-reuse
minleejae:fix/mysql-alter-constraint-reuse
8m 36s
View #2654
View workflow file
fix: preserve statement boundaries after PostgreSQL routines (#2650)
CI Pipeline
#915:
Commit
2fc6e3e
pushed by
manticore-projects
23m 24s
master
master
23m 24s
View workflow file
feat: expose base type names and retain large numeric lengths (#2647)
CI Pipeline
#914:
Commit
2806656
pushed by
manticore-projects
2m 6s
master
master
2m 6s
View workflow file
Fix parsing of ClickHouse transformers after '*' (#2653)
CI Pipeline
#913:
Commit
956e109
pushed by
manticore-projects
13m 16s
master
master
13m 16s
View workflow file
feat: expose base type names and retain large numeric lengths
CI Pipeline
#912:
Pull request
#2647
synchronize by
minleejae
8m 27s
minleejae:feat/structured-type-metadata
minleejae:feat/structured-type-metadata
8m 27s
View #2647
View workflow file
fix: preserve statement boundaries after PostgreSQL routines
CI Pipeline
#911:
Pull request
#2650
synchronize by
minleejae
9m 45s
minleejae:fix/postgres-routine-boundaries
minleejae:fix/postgres-routine-boundaries
9m 45s
View #2650
View workflow file
fix: avoid recursion when deparsing statement lists (#2651)
CI Pipeline
#910:
Commit
521a27f
pushed by
manticore-projects
18m 11s
master
master
18m 11s
View workflow file
feat: expose dialect-aware current-time expression metadata (#2649)
CI Pipeline
#909:
Commit
a2e8a39
pushed by
manticore-projects
2m 9s
master
master
2m 9s
View workflow file
feat: support typed result columns in PostgreSQL ROWS FROM (#2648)
CI Pipeline
#908:
Commit
e244e4b
pushed by
manticore-projects
2m 16s
master
master
2m 16s
View workflow file
fix: preserve lambda grouping and dialect JSON arrows (#2646)
CI Pipeline
#907:
Commit
a8ef0b2
pushed by
manticore-projects
2m 7s
master
master
2m 7s
View workflow file
fix: refresh index classification when replacing its type (#2645)
CI Pipeline
#906:
Commit
d1dbca1
pushed by
manticore-projects
1m 16s
master
master
1m 16s
View workflow file
fix: preserve PostgreSQL quoted names, numeric scales and comment lit…
CI Pipeline
#905:
Commit
84f780c
pushed by
manticore-projects
13m 56s
master
master
13m 56s
View workflow file
Previous
1
2
3
4
5
…
30
31
Next
You can’t perform that action at this time.