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
Handle unary negation in tuple literal detection for IN lists
- #113
#113
Merged
kyleconroy
merged 30 commits into
main
sqlc-dev/doubleclick:main
from
claude/fix-tests-loop-IxHad
sqlc-dev/doubleclick:claude/fix-tests-loop-IxHad
Copy head branch name to clipboard
Jan 2, 2026
Conversation
Commits
30
(30)
Checks
Files changed
Merged
Handle unary negation in tuple literal detection for IN lists
#113
kyleconroy
merged 30 commits into
main
sqlc-dev/doubleclick:main
from
claude/fix-tests-loop-IxHad
sqlc-dev/doubleclick:claude/fix-tests-loop-IxHad
Copy head branch name to clipboard
Commits
Commits on Jan 1, 2026
Fix Storage definition and ALTER ADD INDEX explain output
Show description for 35958b7
claude
committed
35958b7
View commit details
Copy full SHA for 35958b7
Browse repository at this point
Add COMMENT support for CREATE TABLE explain output
Show description for 8d7ed9d
claude
committed
8d7ed9d
View commit details
Copy full SHA for 8d7ed9d
Browse repository at this point
Add IN PARTITION ID support for MATERIALIZE INDEX
Show description for 99d56af
claude
committed
99d56af
View commit details
Copy full SHA for 99d56af
Browse repository at this point
Add PARTITION BY support for INSERT explain output
Show description for 34ab3a1
claude
committed
34ab3a1
View commit details
Copy full SHA for 34ab3a1
Browse repository at this point
Fix dictionary SOURCE(NULL()) parsing and explain output
Show description for f34211d
claude
committed
f34211d
View commit details
Copy full SHA for f34211d
Browse repository at this point
Add ALTER TABLE REMOVE SAMPLE BY support
Show description for e748987
claude
committed
e748987
View commit details
Copy full SHA for e748987
Browse repository at this point
Fix INSERT SELECT FORMAT explain output
Show description for 209098c
claude
committed
209098c
View commit details
Copy full SHA for 209098c
Browse repository at this point
Commits on Jan 2, 2026
Fix ALTER TEMPORARY TABLE and dotted column name parsing
Show description for 299a75d
claude
committed
299a75d
View commit details
Copy full SHA for 299a75d
Browse repository at this point
Fix EXCEPT/INTERSECT parsing for parenthesized SELECT at statement level
Show description for fa92dcf
claude
committed
fa92dcf
View commit details
Copy full SHA for fa92dcf
Browse repository at this point
Fix FORMAT/SETTINGS clause parsing at union level
Show description for 31c1612
claude
committed
31c1612
View commit details
Copy full SHA for 31c1612
Browse repository at this point
Fix column-level SETTINGS and MODIFY COLUMN SETTING parsing
Show description for 46f8c99
claude
committed
46f8c99
View commit details
Copy full SHA for 46f8c99
Browse repository at this point
Add support for MATERIALIZE COLUMN in ALTER TABLE
Show description for 237da10
claude
committed
237da10
View commit details
Copy full SHA for 237da10
Browse repository at this point
Fix empty parametric function parsing like medianGK()(x)
Show description for c760f44
claude
committed
c760f44
View commit details
Copy full SHA for c760f44
Browse repository at this point
Fix SETTINGS output order when INTERPOLATE is present
Show description for bf778c0
claude
committed
bf778c0
View commit details
Copy full SHA for bf778c0
Browse repository at this point
Fix Storage definition output for column-level PRIMARY KEY
Show description for a350ad8
claude
committed
a350ad8
View commit details
Copy full SHA for a350ad8
Browse repository at this point
Support multi-part interval strings in EXPLAIN output
Show description for 067d127
claude
committed
067d127
View commit details
Copy full SHA for 067d127
Browse repository at this point
Add support for CLONE AS clause in CREATE TABLE
Show description for b59b171
claude
committed
b59b171
View commit details
Copy full SHA for b59b171
Browse repository at this point
Allow mixed primitive literals in IN tuple comparison
Show description for dd76064
claude
committed
dd76064
View commit details
Copy full SHA for dd76064
Browse repository at this point
Include EXPLAIN AST type in viewExplain function output
Show description for 8ec2f3b
claude
committed
8ec2f3b
View commit details
Copy full SHA for 8ec2f3b
Browse repository at this point
Add AFTER clause parsing for ALTER TABLE MODIFY COLUMN
Show description for 0cab8a9
claude
committed
0cab8a9
View commit details
Copy full SHA for 0cab8a9
Browse repository at this point
Handle tuple element access after array subscript and parenthesized expressions
Show description for dfd496d
claude
committed
dfd496d
View commit details
Copy full SHA for dfd496d
Browse repository at this point
Add support for DETACH/ATTACH DICTIONARY statements
Show description for 8440884
claude
committed
8440884
View commit details
Copy full SHA for 8440884
Browse repository at this point
Fix SQL compatibility alias handling in EXPLAIN output
Show description for b7693b6
claude
committed
b7693b6
View commit details
Copy full SHA for b7693b6
Browse repository at this point
Fix ArrayAccess alias handling in EXPLAIN output
Show description for bc15d63
claude
committed
bc15d63
View commit details
Copy full SHA for bc15d63
Browse repository at this point
Add support for ALTER TABLE DETACH/ATTACH/DROP PART
Show description for bc6998d
claude
committed
bc6998d
View commit details
Copy full SHA for bc6998d
Browse repository at this point
Fix MATERIALIZE/CLEAR INDEX IN PARTITION support
Show description for 69f8e06
claude
committed
69f8e06
View commit details
Copy full SHA for 69f8e06
Browse repository at this point
Fix SYSTEM SYNC REPLICA mode parsing (PULL/LIGHTWEIGHT/STRICT)
Show description for 55eba98
claude
committed
55eba98
View commit details
Copy full SHA for 55eba98
Browse repository at this point
Add support for ALTER TABLE MODIFY SAMPLE BY
Show description for 5bf1341
claude
committed
5bf1341
View commit details
Copy full SHA for 5bf1341
Browse repository at this point
Add SETTINGS clause support to EXISTS, OPTIMIZE, TRUNCATE, RENAME
Show description for c34dd49
claude
committed
c34dd49
View commit details
Copy full SHA for c34dd49
Browse repository at this point
Handle unary negation in tuple literal detection for IN lists
Show description for 96cedff
claude
committed
96cedff
View commit details
Copy full SHA for 96cedff
Browse repository at this point
You can’t perform that action at this time.