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
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 }}
JasonDav
/
sqlc
Public
forked from
sqlc-dev/sqlc
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
Breadcrumbs
History for
sqlc
internal
on
main
User selector
All users
All time
Commit history
Commits on May 5, 2026
feat(golang): emit models to a different package (#4421)
Show description for b84b1d6
kyleconroy
and
claude
authored
b84b1d6
View commit details
Copy full SHA for b84b1d6
View code at this point
Browse repository at this point
Commits on Apr 30, 2026
Port SQLCDEBUG to a registry-style package modeled after Go's GODEBUG (#4420)
kyleconroy
authored
5dfc713
View commit details
Copy full SHA for 5dfc713
View code at this point
Browse repository at this point
Commits on Apr 28, 2026
Remove --remote and --no-remote flags (#4417)
Show description for 977ac6d
kyleconroy
and
claude
authored
977ac6d
View commit details
Copy full SHA for 977ac6d
View code at this point
Browse repository at this point
Commits on Apr 27, 2026
Migrate MySQL parser from tidb to sqlc-dev/marino (#4414)
Show description for b2e05b5
kyleconroy
and
claude
authored
b2e05b5
View commit details
Copy full SHA for b2e05b5
View code at this point
Browse repository at this point
Commits on Apr 23, 2026
Upgrade ncruces/go-sqlite3 to v0.34.0 (#4412)
kyleconroy
authored
fb98311
View commit details
Copy full SHA for fb98311
View code at this point
Browse repository at this point
feat(sqlite): Support NOT NULL constraints (#4234)
ncruces
authored
df034c5
View commit details
Copy full SHA for df034c5
View code at this point
Browse repository at this point
Commits on Apr 22, 2026
Release 1.31.1 (#4407)
kyleconroy
authored
a95e91d
View commit details
Copy full SHA for a95e91d
View code at this point
Browse repository at this point
Commits on Apr 21, 2026
Remove go.mod replace directive that breaks 'go install ...@latest' (#4401)
kyleconroy
authored
428d4e6
View commit details
Copy full SHA for 428d4e6
View code at this point
Browse repository at this point
Downgrade github.com/ncruces/go-sqlite3 to v0.32.0 (#4400)
kyleconroy
authored
dadc7ed
View commit details
Copy full SHA for dadc7ed
View code at this point
Browse repository at this point
Commits on Apr 20, 2026
Release 1.31.0 (#4394)
Show description for 0f82157
kyleconroy
and
claude
authored
0f82157
View commit details
Copy full SHA for 0f82157
View code at this point
Browse repository at this point
Commits on Apr 19, 2026
Strip psql meta-commands from schema files (fixes #4065) (#4390)
kyleconroy
authored
394bdc7
View commit details
Copy full SHA for 394bdc7
View code at this point
Browse repository at this point
Emit pointers for nullable enum columns when emit_pointers_for_null_types is set (#4388)
kyleconroy
authored
9d9026b
View commit details
Copy full SHA for 9d9026b
View code at this point
Browse repository at this point
Commits on Apr 18, 2026
Map xid8 to pgtype.Uint64 for pgx/v5 (#4387)
kyleconroy
authored
64d18fc
View commit details
Copy full SHA for 64d18fc
View code at this point
Browse repository at this point
Commits on Apr 17, 2026
Rename :one return variable when it conflicts with a parameter (#4383)
kyleconroy
authored
07c3808
View commit details
Copy full SHA for 07c3808
View code at this point
Browse repository at this point
Coerce SQLite JSONB output regardless of type casing (#4385)
kyleconroy
authored
837d7c9
View commit details
Copy full SHA for 837d7c9
View code at this point
Browse repository at this point
Dedupe sqlc.arg parameters wrapped in a type cast for MySQL (#4384)
kyleconroy
authored
244a90b
View commit details
Copy full SHA for 244a90b
View code at this point
Browse repository at this point
Preserve MySQL optimizer hints in generated query text (#4382)
Show description for 3f41c61
kyleconroy
and
claude
authored
3f41c61
View commit details
Copy full SHA for 3f41c61
View code at this point
Browse repository at this point
build(deps): bump the production-dependencies group across 1 directory with 5 updates (#4368)
Show description for 5757d94
3 people
authored
5757d94
View commit details
Copy full SHA for 5757d94
View code at this point
Browse repository at this point
Remove github.com/jackc/pgx/v4 dependency (#4379)
Show description for 93e1a17
kyleconroy
and
claude
authored
93e1a17
View commit details
Copy full SHA for 93e1a17
View code at this point
Browse repository at this point
Catch invalid ON CONFLICT DO UPDATE column references (#4366)
Show description for 7f6b186
nikolayk812
authored
7f6b186
View commit details
Copy full SHA for 7f6b186
View code at this point
Browse repository at this point
Commits on Feb 22, 2026
Add sqlc-test-setup command for database test environment setup (#4304)
kyleconroy
authored
99be46a
View commit details
Copy full SHA for 99be46a
View code at this point
Browse repository at this point
Commits on Jan 30, 2026
feat: add ClickHouse support to `sqlc parse` (#4267)
Show description for 16c9afd
kyleconroy
and
claude
authored
16c9afd
View commit details
Copy full SHA for 16c9afd
View code at this point
Browse repository at this point
Commits on Jan 5, 2026
fix(native): make MySQL connection check immediate on first attempt (#4254)
kyleconroy
authored
d21b4cc
View commit details
Copy full SHA for d21b4cc
View code at this point
Browse repository at this point
feat: graduate parsecmd experiment (#4253)
kyleconroy
authored
9ef7ca0
View commit details
Copy full SHA for 9ef7ca0
View code at this point
Browse repository at this point
Commits on Dec 22, 2025
Add parse subcommand with AST JSON output (#4240)
Show description for ba513e7
kyleconroy
and
claude
authored
ba513e7
View commit details
Copy full SHA for ba513e7
View code at this point
Browse repository at this point
feat(postgresql): add analyzerv2 experiment for database-only analysis (#4237)
Show description for 68b2089
kyleconroy
and
claude
authored
68b2089
View commit details
Copy full SHA for 68b2089
View code at this point
Browse repository at this point
Commits on Dec 18, 2025
feat: add native database support for e2e tests without Docker (#4236)
kyleconroy
authored
53b12f9
View commit details
Copy full SHA for 53b12f9
View code at this point
Browse repository at this point
Commits on Dec 10, 2025
feat: add SQLCEXPERIMENT environment variable for experimental features (#4228)
kyleconroy
authored
74ecda5
View commit details
Copy full SHA for 74ecda5
View code at this point
Browse repository at this point
fix: replace manual loop with copy() builtin (#4166)
Show description for f6aee32
rubensantoniorosa2704
authored
f6aee32
View commit details
Copy full SHA for f6aee32
View code at this point
Browse repository at this point
Commits on Dec 1, 2025
feat(expander): Add star expander for SELECT * and RETURNING * (PostgreSQL, MySQL, SQLite) (#4203)
Show description for 21e6557
kyleconroy
and
claude
authored
21e6557
View commit details
Copy full SHA for 21e6557
View code at this point
Browse repository at this point
refactor(ast): rename Formatter interface to Dialect (#4208)
Show description for ebd32cf
kyleconroy
and
claude
authored
ebd32cf
View commit details
Copy full SHA for ebd32cf
View code at this point
Browse repository at this point
feat(sqlite): add SQLite support to format tests (#4207)
Show description for 166398d
kyleconroy
and
claude
authored
166398d
View commit details
Copy full SHA for 166398d
View code at this point
Browse repository at this point
Commits on Nov 30, 2025
feat(mysql): improve AST formatting and add DELETE JOIN support (#4206)
Show description for a9f7eae
kyleconroy
and
claude
authored
a9f7eae
View commit details
Copy full SHA for a9f7eae
View code at this point
Browse repository at this point
feat(ast): implement comprehensive SQL AST formatting (#4205)
Show description for 405a905
kyleconroy
and
claude
authored
405a905
View commit details
Copy full SHA for 405a905
View code at this point
Browse repository at this point
Commits on Nov 29, 2025
feat(sqlite): Add database analyzer using ncruces/go-sqlite3 (#4199)
Show description for b83465a
kyleconroy
and
claude
authored
b83465a
View commit details
Copy full SHA for b83465a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.