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 }}
usefulalgorithm
/
sqlglot
Public
forked from
tobymao/sqlglot
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
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 1, 2024
Feat(presto): generate non-iso DayOfWeek
georgesittas
committed
8f5fccf
View commit details
Copy full SHA for 8f5fccf
Browse repository at this point
fix(presto): exp.DayOfWeek (#4024)
Show description for 5fad18c
3 people
authored
5fad18c
View commit details
Copy full SHA for 5fad18c
Browse repository at this point
Commits on Aug 30, 2024
Fix(optimizer): annotate unary expressions correctly (#4019)
georgesittas
authored
1108426
View commit details
Copy full SHA for 1108426
Browse repository at this point
feat!: Add UnsupportedError to unnest_to_explode transform (#4016)
Show description for 0985907
VaggelisD
authored
0985907
View commit details
Copy full SHA for 0985907
Browse repository at this point
Fix(snowflake)!: use TO_GEOGRAPHY, TO_GEOMETRY instead of casts (#4017)
georgesittas
authored
4b69d18
View commit details
Copy full SHA for 4b69d18
Browse repository at this point
Fix: don't log warning in to_json_path conditionally (#4015)
Show description for 2d4483c
georgesittas
authored
2d4483c
View commit details
Copy full SHA for 2d4483c
Browse repository at this point
fix(mysql): Preserve roundtrip of %a, %W time formats (#4014)
VaggelisD
authored
23a928e
View commit details
Copy full SHA for 23a928e
Browse repository at this point
Refactor: simplify multi-insert generation, fix pretty mode
georgesittas
committed
6494776
View commit details
Copy full SHA for 6494776
Browse repository at this point
feat(oracle): Parse multitable inserts (#4000)
Show description for dedd757
usefulalgorithm
and
georgesittas
authored
dedd757
View commit details
Copy full SHA for dedd757
Browse repository at this point
Commits on Aug 29, 2024
Fix!: refactor SET OPERATION handling to set correct defaults (#4009)
Show description for 6da9328
georgesittas
authored
6da9328
View commit details
Copy full SHA for 6da9328
Browse repository at this point
fix(starrocks): exp.Unnest transpilation (#3999)
Show description for 829fdcb
3 people
authored
829fdcb
View commit details
Copy full SHA for 829fdcb
Browse repository at this point
feat(presto): support [ SECURITY { DEFINER | INVOKER } ] (#4008)
Show description for f550ba1
usmanovbf
authored
f550ba1
View commit details
Copy full SHA for f550ba1
Browse repository at this point
fix(clickhouse): ensure that ALL and DISTINCT are rendered for except and intersect (#4007)
cpcloud
authored
cb172db
View commit details
Copy full SHA for cb172db
Browse repository at this point
fix(spark): Custom annotation for SUBSTRING() (#4004)
Show description for 4b7ca2b
VaggelisD
authored
4b7ca2b
View commit details
Copy full SHA for 4b7ca2b
Browse repository at this point
Test count/count_big roundtrip for t-sql
georgesittas
committed
fcaae87
View commit details
Copy full SHA for fcaae87
Browse repository at this point
fix(tsql): Use count_big instead of count (#3996)
Show description for 8583772
3 people
authored
8583772
View commit details
Copy full SHA for 8583772
Browse repository at this point
Commits on Aug 28, 2024
docs: update API docs, CHANGELOG.md for v25.18.0 [skip ci]
georgesittas
authored and
github-actions[bot]
committed
089ef62
View commit details
Copy full SHA for 089ef62
Browse repository at this point
feat(spark): Default naming of STRUCT fields (#3991)
VaggelisD
authored
79e92ad
View commit details
Copy full SHA for 79e92ad
Browse repository at this point
fix: Fix binding of TABLESAMPLE to exp.Subquery instead of top-level exp.Select (#3994)
VaggelisD
authored
ee9dc39
View commit details
Copy full SHA for ee9dc39
Browse repository at this point
Generate ON CLUSTER for transpiled CREATE SCHEMA (#3993)
treysp
authored
d1e1baa
View commit details
Copy full SHA for d1e1baa
Browse repository at this point
Fix(parser)!: preserve each distinct CUBE/ROLLUP/GROUPING SET clause (#3985)
georgesittas
authored
905b722
View commit details
Copy full SHA for 905b722
Browse repository at this point
feat(mysql): Parse JSON_VALUE() (#3987)
Show description for f5bfd67
VaggelisD
authored
f5bfd67
View commit details
Copy full SHA for f5bfd67
Browse repository at this point
Feat(spark): add support for table statement in INSERT (#3986)
georgesittas
authored
a0d1377
View commit details
Copy full SHA for a0d1377
Browse repository at this point
fix(duckdb)!: Generation of exp.SHA2, exp.Transform, exp.IgnoreNulls (#3980)
Show description for 2f3626a
VaggelisD
authored
2f3626a
View commit details
Copy full SHA for 2f3626a
Browse repository at this point
Commits on Aug 27, 2024
fix(sqlite): Make IS parser more lenient (#3981)
VaggelisD
authored
201b51a
View commit details
Copy full SHA for 201b51a
Browse repository at this point
fix(oracle): Use LTRIM/RTRIM unless BOTH is specified (#3977)
VaggelisD
authored
b2f877b
View commit details
Copy full SHA for b2f877b
Browse repository at this point
Commits on Aug 26, 2024
Fix(snowflake): handle DIV0 case where divident is null (#3975)
georgesittas
authored
d37a5bb
View commit details
Copy full SHA for d37a5bb
Browse repository at this point
Feat(duckdb): add support for the GLOB table function closes #3973
georgesittas
committed
f7e4e4a
View commit details
Copy full SHA for f7e4e4a
Browse repository at this point
Fix!: mysql/tsql datetime precision, formatting, exp.AtTimeZone (#3951)
Show description for 8aec682
erindru
authored
8aec682
View commit details
Copy full SHA for 8aec682
Browse repository at this point
Fix!: stop normalizing qualified anonymous functions (#3969)
georgesittas
authored
22bb9a0
View commit details
Copy full SHA for 22bb9a0
Browse repository at this point
feat(postgres): Support for IS JSON predicate (#3971)
Show description for 48b214d
VaggelisD
authored
48b214d
View commit details
Copy full SHA for 48b214d
Browse repository at this point
docs: update API docs, CHANGELOG.md for v25.17.0 [skip ci]
georgesittas
authored and
github-actions[bot]
committed
378500f
View commit details
Copy full SHA for 378500f
Browse repository at this point
Commits on Aug 24, 2024
fix(starrocks): exp.Array generation, exp.Unnest alias (#3964)
VaggelisD
authored
c1ac987
View commit details
Copy full SHA for c1ac987
Browse repository at this point
Commits on Aug 23, 2024
fix!: 0 is falsey
tobymao
committed
0a9ba05
View commit details
Copy full SHA for 0a9ba05
Browse repository at this point
fix: make sample an arg of table, not a wrapper (#3963)
barakalon
authored
678e692
View commit details
Copy full SHA for 678e692
Browse repository at this point
Previous
Next
You can’t perform that action at this time.