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 }}
chenjycode
/
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 Jan 6, 2024
Feat(snowflake): add support for SHOW COLUMNS (#2778)
Show description for 963e2dc
andrew-sha
authored
963e2dc
View commit details
Copy full SHA for 963e2dc
Browse repository at this point
Feat: add support for CREATE FUNCTION (SQL) characteristics for MySQL and Databricks (#2777)
Show description for ba62639
viethungle-vt1401
and
tobymao
authored
ba62639
View commit details
Copy full SHA for ba62639
Browse repository at this point
Commits on Jan 5, 2024
feat: desc builder
tobymao
committed
7187215
View commit details
Copy full SHA for 7187215
Browse repository at this point
Fix(optimizer): replace star with outer column list (#2776)
Show description for 0634f73
georgesittas
authored
0634f73
View commit details
Copy full SHA for 0634f73
Browse repository at this point
Feat: improve support for Doris' TO_DATE, Oracle's SYSDATE (#2775)
georgesittas
authored
2d822f3
View commit details
Copy full SHA for 2d822f3
Browse repository at this point
Fix(snowflake): add a couple of special fn types (#2774)
georgesittas
authored
f6cbadb
View commit details
Copy full SHA for f6cbadb
Browse repository at this point
fix: tsql exec command #2772
tobymao
committed
3f31706
View commit details
Copy full SHA for 3f31706
Browse repository at this point
fix
tobymao
committed
aae95e0
View commit details
Copy full SHA for aae95e0
Browse repository at this point
fix!: column field typing
tobymao
committed
68e1214
View commit details
Copy full SHA for 68e1214
Browse repository at this point
Commits on Jan 4, 2024
docs: update API docs, CHANGELOG.md for v20.7.1 [skip ci]
tobymao
authored and
github-actions[bot]
committed
4379435
View commit details
Copy full SHA for 4379435
Browse repository at this point
Fix!(tsql): ensure CROSS/OUTER APPLY can be round-tripped (#2770)
Show description for 5a63c1d
georgesittas
authored
5a63c1d
View commit details
Copy full SHA for 5a63c1d
Browse repository at this point
docs: update API docs, CHANGELOG.md for v20.6.0 [skip ci]
georgesittas
authored and
github-actions[bot]
committed
f65ed4d
View commit details
Copy full SHA for f65ed4d
Browse repository at this point
fix: don't normalize schema if normalize is set to false (#2767)
tobymao
authored
9d94b9c
View commit details
Copy full SHA for 9d94b9c
Browse repository at this point
Feat(snowflake): add support for OBJECT_CONSTRUCT_KEEP_NULL (#2769)
Show description for 7e7ac65
georgesittas
authored
7e7ac65
View commit details
Copy full SHA for 7e7ac65
Browse repository at this point
Feat: improve transpilation of LAST_DAY (#2766)
Show description for a2abbc7
georgesittas
authored
a2abbc7
View commit details
Copy full SHA for a2abbc7
Browse repository at this point
feat: bigquery unix_date closes #2758
tobymao
committed
c246285
View commit details
Copy full SHA for c246285
Browse repository at this point
Commits on Jan 3, 2024
Fix!: improve table sampling transpilation (#2761)
Show description for 862b305
georgesittas
authored
862b305
View commit details
Copy full SHA for 862b305
Browse repository at this point
Fix(bigquery): fix parsing of COUNTIF (#2765)
Show description for 2a94f2b
giovannipcarvalho
authored
2a94f2b
View commit details
Copy full SHA for 2a94f2b
Browse repository at this point
Feat(optimizer): allow star expansion to be turned off (#2762)
georgesittas
authored
3bd811d
View commit details
Copy full SHA for 3bd811d
Browse repository at this point
Feat: improve transpilation of TIME/TIMESTAMP_FROM_PARTS (#2755)
Show description for 4072184
georgesittas
authored
4072184
View commit details
Copy full SHA for 4072184
Browse repository at this point
Feat: implement to_s method in Expression for verbose repr mode (#2756)
georgesittas
authored
7a07862
View commit details
Copy full SHA for 7a07862
Browse repository at this point
Fix(snowflake): parse two argument version of TIMESTAMP_FROM_PARTS (#2754)
georgesittas
authored
72f8cfa
View commit details
Copy full SHA for 72f8cfa
Browse repository at this point
Fix(bigquery): enable transpilation of single-argument TIME func (#2752)
Show description for 33d6e5f
georgesittas
authored
33d6e5f
View commit details
Copy full SHA for 33d6e5f
Browse repository at this point
Feat: guess the correct dialect in case we get an unknown one (#2753)
Show description for e772e26
georgesittas
authored
e772e26
View commit details
Copy full SHA for e772e26
Browse repository at this point
Fix!: improve transpilation of JSON value extraction (#2744)
Show description for 0b6bdc4
georgesittas
authored
0b6bdc4
View commit details
Copy full SHA for 0b6bdc4
Browse repository at this point
Commits on Jan 2, 2024
Refactor!: set sample clause keyword(s) as class constant to enable transpilation (#2750)
georgesittas
authored
4648c6a
View commit details
Copy full SHA for 4648c6a
Browse repository at this point
Commits on Jan 1, 2024
feat!(snowflake): snowflake date part mapping closes #2740
tobymao
committed
caa548d
View commit details
Copy full SHA for caa548d
Browse repository at this point
fix(duckdb): percentile_cont closes #2741
tobymao
committed
b608b2d
View commit details
Copy full SHA for b608b2d
Browse repository at this point
fix: lineage closes #2742
tobymao
committed
fb3188f
View commit details
Copy full SHA for fb3188f
Browse repository at this point
Commits on Dec 31, 2023
fix: interval is null
tobymao
committed
e543c55
View commit details
Copy full SHA for e543c55
Browse repository at this point
fix: generate `CROSS JOIN` instead of comma in `explode_to_unnest` transformation (#2739)
cpcloud
authored
a43174f
View commit details
Copy full SHA for a43174f
Browse repository at this point
fix: else interval
tobymao
committed
1ebfb36
View commit details
Copy full SHA for 1ebfb36
Browse repository at this point
Commits on Dec 30, 2023
fix: alter table rename should not qualify with db in postgres (#2736)
z3z1ma
authored
ed972f9
View commit details
Copy full SHA for ed972f9
Browse repository at this point
cleanup
tobymao
committed
f420a28
View commit details
Copy full SHA for f420a28
Browse repository at this point
feat: clickhouse: add aggregate parsing (#2734)
Show description for 202f035
pkit
authored
202f035
View commit details
Copy full SHA for 202f035
Browse repository at this point
Previous
Next
You can’t perform that action at this time.