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 support for ANY/ALL comparison operators with subqueries
- #110
#110
Merged
kyleconroy
merged 20 commits into
main
sqlc-dev/doubleclick:main
from
claude/fix-tests-loop-UE0fS
sqlc-dev/doubleclick:claude/fix-tests-loop-UE0fS
Copy head branch name to clipboard
Jan 1, 2026
Conversation
Commits
20
(20)
Checks
Files changed
Merged
Add support for ANY/ALL comparison operators with subqueries
#110
kyleconroy
merged 20 commits into
main
sqlc-dev/doubleclick:main
from
claude/fix-tests-loop-UE0fS
sqlc-dev/doubleclick:claude/fix-tests-loop-UE0fS
Copy head branch name to clipboard
Commits
Commits on Dec 31, 2025
Add support for ANY/ALL comparison operators with subqueries
Show description for a4d3923
claude
committed
a4d3923
View commit details
Copy full SHA for a4d3923
Browse repository at this point
Add SAMPLE clause OFFSET support and precision-preserving fraction formatting
Show description for b955b51
claude
committed
b955b51
View commit details
Copy full SHA for b955b51
Browse repository at this point
Add NULL-safe comparison operator (<=> -> isNotDistinctFrom) mapping
Show description for f983149
claude
committed
f983149
View commit details
Copy full SHA for f983149
Browse repository at this point
Add FORMAT clause support for CREATE VIEW, ALTER TABLE, and DROP statements
Show description for 7d24920
claude
committed
7d24920
View commit details
Copy full SHA for 7d24920
Browse repository at this point
Fix UNION followed by INTERSECT/EXCEPT parsing
Show description for bfb46d8
claude
committed
bfb46d8
View commit details
Copy full SHA for bfb46d8
Browse repository at this point
Support nested column names in ALTER TABLE ADD COLUMN
Show description for e0ee524
claude
committed
e0ee524
View commit details
Copy full SHA for e0ee524
Browse repository at this point
Fix negative enum values and escape sequences in CAST type parameters
Show description for 3625405
claude
committed
3625405
View commit details
Copy full SHA for 3625405
Browse repository at this point
Handle function calls in aliased array literals for Function array format
Show description for ad2ffd8
claude
committed
ad2ffd8
View commit details
Copy full SHA for ad2ffd8
Browse repository at this point
Parse hexadecimal float literals as Float64 values
Show description for 2e536b1
claude
committed
2e536b1
View commit details
Copy full SHA for 2e536b1
Browse repository at this point
Fix empty tuple ExpressionList formatting without children count
Show description for fa3fdbd
claude
committed
fa3fdbd
View commit details
Copy full SHA for fa3fdbd
Browse repository at this point
Detect non-literal elements in nested arrays/tuples for Function format
Show description for 1fdce1b
claude
committed
1fdce1b
View commit details
Copy full SHA for 1fdce1b
Browse repository at this point
Fix nested parenthesized SELECT parsing at statement level
Show description for af476da
claude
committed
af476da
View commit details
Copy full SHA for af476da
Browse repository at this point
Normalize negated zero to UInt64_0 in EXPLAIN output
Show description for c01e688
claude
committed
c01e688
View commit details
Copy full SHA for c01e688
Browse repository at this point
Add BFloat16 to isDataTypeName for proper type recognition
Show description for 2064d4b
claude
committed
2064d4b
View commit details
Copy full SHA for 2064d4b
Browse repository at this point
Add standalone UPDATE statement support
Show description for 1a09672
claude
committed
1a09672
View commit details
Copy full SHA for 1a09672
Browse repository at this point
Add alias support for EXISTS expressions in EXPLAIN output
Show description for 0a4435a
claude
committed
0a4435a
View commit details
Copy full SHA for 0a4435a
Browse repository at this point
Add INTERPOLATE clause support for ORDER BY ... WITH FILL
Show description for aa552bb
claude
committed
aa552bb
View commit details
Copy full SHA for aa552bb
Browse repository at this point
Fix INTERSECT/EXCEPT operator precedence in parser
Show description for bb6a1c6
claude
committed
bb6a1c6
View commit details
Copy full SHA for bb6a1c6
Browse repository at this point
Add ALTER TABLE MODIFY COMMENT support
Show description for 730f9d2
claude
committed
730f9d2
View commit details
Copy full SHA for 730f9d2
Browse repository at this point
Always show SAMPLE BY in CREATE TABLE EXPLAIN output
Show description for 29346af
claude
committed
29346af
View commit details
Copy full SHA for 29346af
Browse repository at this point
You can’t perform that action at this time.