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
Fix failing tests in continuous loop
- #112
#112
Merged
kyleconroy
merged 29 commits into
main
sqlc-dev/doubleclick:main
from
claude/fix-tests-loop-QvnJ1
sqlc-dev/doubleclick:claude/fix-tests-loop-QvnJ1
Copy head branch name to clipboard
Jan 1, 2026
Conversation
Commits
29
(29)
Checks
Files changed
Merged
Fix failing tests in continuous loop
#112
kyleconroy
merged 29 commits into
main
sqlc-dev/doubleclick:main
from
claude/fix-tests-loop-QvnJ1
sqlc-dev/doubleclick:claude/fix-tests-loop-QvnJ1
Copy head branch name to clipboard
Commits
Commits on Jan 1, 2026
Fix nested empty array handling in aliased expressions
Show description for 975e048
claude
committed
975e048
View commit details
Copy full SHA for 975e048
Browse repository at this point
Fix binary string literal parsing (b'...')
Show description for b2c6671
claude
committed
b2c6671
View commit details
Copy full SHA for b2c6671
Browse repository at this point
Fix IS NOT DISTINCT FROM operator and boolean tuple handling
Show description for 57c6049
claude
committed
57c6049
View commit details
Copy full SHA for 57c6049
Browse repository at this point
Handle non-literal expressions in aliased array formatting
Show description for b29318b
claude
committed
b29318b
View commit details
Copy full SHA for b29318b
Browse repository at this point
Handle STRICT modifier for EXCEPT and REPLACE column transformers
Show description for a165527
claude
committed
a165527
View commit details
Copy full SHA for a165527
Browse repository at this point
Add support for RENAME DICTIONARY statements
Show description for fd631be
claude
committed
fd631be
View commit details
Copy full SHA for fd631be
Browse repository at this point
Add DISTINCT ON (col1, col2, ...) syntax support
Show description for 0646651
claude
committed
0646651
View commit details
Copy full SHA for 0646651
Browse repository at this point
Add support for tagged dollar-quoted strings ($tag$...$tag$)
Show description for 0cad447
claude
committed
0cad447
View commit details
Copy full SHA for 0cad447
Browse repository at this point
Add PARTITION ID syntax support for ALTER commands
Show description for a66e309
claude
committed
a66e309
View commit details
Copy full SHA for a66e309
Browse repository at this point
Add WITH RECURSIVE support for CTEs
Show description for c58ba37
claude
committed
c58ba37
View commit details
Copy full SHA for c58ba37
Browse repository at this point
Add REPLACE/EXCHANGE DICTIONARY and fix RENAME/dict source parsing
Show description for 1b88092
claude
committed
1b88092
View commit details
Copy full SHA for 1b88092
Browse repository at this point
Add support for MATERIALIZE TTL ALTER command
Show description for 3e56e47
claude
committed
3e56e47
View commit details
Copy full SHA for 3e56e47
Browse repository at this point
Support dotted column names in INSERT column lists
Show description for a32664b
claude
committed
a32664b
View commit details
Copy full SHA for a32664b
Browse repository at this point
Fix ALTER query FORMAT and SETTINGS clause ordering
Show description for 2e1c16b
claude
committed
2e1c16b
View commit details
Copy full SHA for 2e1c16b
Browse repository at this point
Support trailing commas in expression lists
Show description for 6751071
claude
committed
6751071
View commit details
Copy full SHA for 6751071
Browse repository at this point
Include type in QueryParameter EXPLAIN output
Show description for 838f6b4
claude
committed
838f6b4
View commit details
Copy full SHA for 838f6b4
Browse repository at this point
Add PARALLEL WITH statement chaining and fix EXISTS TABLE explain format
Show description for db2e211
claude
committed
db2e211
View commit details
Copy full SHA for db2e211
Browse repository at this point
Fix Identifier handling in FormatDataType and escape strings in CAST explain
Show description for 4fda7c3
claude
committed
4fda7c3
View commit details
Copy full SHA for 4fda7c3
Browse repository at this point
Add STALENESS support for WITH FILL and fix OrderByElement/InterpolateElement explain
Show description for a83261b
claude
committed
a83261b
View commit details
Copy full SHA for a83261b
Browse repository at this point
Add MODIFY ORDER BY support in ALTER statements
Show description for 44a42e1
claude
committed
44a42e1
View commit details
Copy full SHA for 44a42e1
Browse repository at this point
Handle +Inf and -Inf as infinity literals in parser
Show description for 40b7213
claude
committed
40b7213
View commit details
Copy full SHA for 40b7213
Browse repository at this point
Add ATTACH TABLE schema parsing and fix multi-column PRIMARY KEY
Show description for b1cea52
claude
committed
b1cea52
View commit details
Copy full SHA for b1cea52
Browse repository at this point
Add MOVE PARTITION and fix OPTIMIZE TABLE database name
Show description for a960bd7
claude
committed
a960bd7
View commit details
Copy full SHA for a960bd7
Browse repository at this point
Fix nested array literal format for arrays with negative numbers
Show description for cd205b3
claude
committed
cd205b3
View commit details
Copy full SHA for cd205b3
Browse repository at this point
Add CONSTRAINT ASSUME support in CREATE TABLE parsing
Show description for 5f1d19c
claude
committed
5f1d19c
View commit details
Copy full SHA for 5f1d19c
Browse repository at this point
Fix SYSTEM distributed commands to output table name twice
Show description for bb337ed
claude
committed
bb337ed
View commit details
Copy full SHA for bb337ed
Browse repository at this point
Simplify SQL standard TRIM with empty string to just the literal
Show description for 95a51dc
claude
committed
95a51dc
View commit details
Copy full SHA for 95a51dc
Browse repository at this point
Fix CAST expression handling for arrays containing CastExpr elements
Show description for bf444e7
claude
committed
bf444e7
View commit details
Copy full SHA for bf444e7
Browse repository at this point
Add ON CLUSTER support and duplicate output for SYSTEM distributed commands
Show description for 7b8bc9d
claude
committed
7b8bc9d
View commit details
Copy full SHA for 7b8bc9d
Browse repository at this point
You can’t perform that action at this time.