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
Type
/
to 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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
sqlc-dev
/
doubleclick
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
60
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Add alias support in CAST, SUBSTRING, and TRIM functions
- #107
#107
Merged
kyleconroy
merged 21 commits into
main
sqlc-dev/doubleclick:main
from
claude/fix-tests-loop-OQoRR
sqlc-dev/doubleclick:claude/fix-tests-loop-OQoRR
Copy head branch name to clipboard
Dec 31, 2025
Conversation
Commits
21
(21)
Checks
Files changed
Merged
Add alias support in CAST, SUBSTRING, and TRIM functions
#107
kyleconroy
merged 21 commits into
main
sqlc-dev/doubleclick:main
from
claude/fix-tests-loop-OQoRR
sqlc-dev/doubleclick:claude/fix-tests-loop-OQoRR
Copy head branch name to clipboard
Commits
Commits on Dec 31, 2025
Add alias support in CAST, SUBSTRING, and TRIM functions
Show description for 73b21ea
claude
committed
73b21ea
View commit details
Copy full SHA for 73b21ea
Browse repository at this point
Remove extra semicolon in window_functions test, fixing 39 pending statements
Show description for 71db62b
claude
committed
71db62b
View commit details
Copy full SHA for 71db62b
Browse repository at this point
Fix CREATE DICTIONARY explain output to include database name
Show description for 43aed1a
claude
committed
43aed1a
View commit details
Copy full SHA for 43aed1a
Browse repository at this point
Add APPLY column transformer support for asterisk expressions
Show description for 5a33943
claude
committed
5a33943
View commit details
Copy full SHA for 5a33943
Browse repository at this point
Add transaction control statement support (BEGIN, COMMIT, ROLLBACK, SET TRANSACTION SNAPSHOT)
Show description for c890fba
claude
committed
c890fba
View commit details
Copy full SHA for c890fba
Browse repository at this point
Add COMMENT keyword for SQL COMMENT COLUMN clauses
Show description for 83ff599
claude
committed
83ff599
View commit details
Copy full SHA for 83ff599
Browse repository at this point
Add ALTER TABLE COMMENT COLUMN support
Show description for 9f044c0
claude
committed
9f044c0
View commit details
Copy full SHA for 9f044c0
Browse repository at this point
Add OPTIMIZE CLEANUP and INSERT (*) support
Show description for c0d59a4
claude
committed
c0d59a4
View commit details
Copy full SHA for c0d59a4
Browse repository at this point
Add INTERSECT keyword and fix EXCEPT explain formatting
Show description for 588e73b
claude
committed
588e73b
View commit details
Copy full SHA for 588e73b
Browse repository at this point
Skip empty statements in parser and test infrastructure
Show description for d0cdb97
claude
committed
d0cdb97
View commit details
Copy full SHA for d0cdb97
Browse repository at this point
Add EXPLAIN options capture and viewExplain wrapper transformation
Show description for e0490f2
claude
committed
e0490f2
View commit details
Copy full SHA for e0490f2
Browse repository at this point
Preserve source text for float literals in CAST expressions
Show description for 0d66343
claude
committed
0d66343
View commit details
Copy full SHA for 0d66343
Browse repository at this point
Fix SYSTEM query parsing to properly capture qualified table names
Show description for ed21805
claude
committed
ed21805
View commit details
Copy full SHA for ed21805
Browse repository at this point
Fix EXPLAIN type handling in viewExplain for subqueries
Show description for 08b61d3
claude
committed
08b61d3
View commit details
Copy full SHA for 08b61d3
Browse repository at this point
Fix SYSTEM command parsing to properly separate table names from command
Show description for 58fb390
claude
committed
58fb390
View commit details
Copy full SHA for 58fb390
Browse repository at this point
Add support for qualified COLUMNS matchers (test_table.COLUMNS)
Show description for f61bbc5
claude
committed
f61bbc5
View commit details
Copy full SHA for f61bbc5
Browse repository at this point
Add trim to trimBoth function name normalization
Show description for 7080f64
claude
committed
7080f64
View commit details
Copy full SHA for 7080f64
Browse repository at this point
Add authentication data capture for CREATE/ALTER USER statements
Show description for cdf0747
claude
committed
cdf0747
View commit details
Copy full SHA for cdf0747
Browse repository at this point
Support ARRAY JOIN as table element in FROM clause
Show description for fc2f39c
claude
committed
fc2f39c
View commit details
Copy full SHA for fc2f39c
Browse repository at this point
Fix LIMIT BY with second LIMIT and OFFSET BY syntax
Show description for 63ffdc0
claude
committed
63ffdc0
View commit details
Copy full SHA for 63ffdc0
Browse repository at this point
Fix ALTER DETACH/PARTITION ALL EXPLAIN output
Show description for a489416
claude
committed
a489416
View commit details
Copy full SHA for a489416
Browse repository at this point
You can’t perform that action at this time.