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
Branch selector
main
User selector
All users
All time
Commit history
Commits on May 15, 2026
build(deps): bump golang from 1.26.2 to 1.26.3 (#4431)
dependabot[bot]
authored
a3b0cfd
View commit details
Copy full SHA for a3b0cfd
Browse repository at this point
build(deps): bump the production-dependencies group across 1 directory with 2 updates (#4440)
dependabot[bot]
authored
611ca89
View commit details
Copy full SHA for 611ca89
Browse repository at this point
build(deps): bump the production-dependencies group across 1 directory with 4 updates (#4441)
dependabot[bot]
authored
1804903
View commit details
Copy full SHA for 1804903
Browse repository at this point
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
Browse repository at this point
docs(tutorial): fix SQLite tutorial CreateAuthor return value (#3336) (#4422)
Show description for a45ce7f
SAY-5
authored
a45ce7f
View commit details
Copy full SHA for a45ce7f
Browse repository at this point
build(deps): bump the production-dependencies group across 1 directory with 2 updates (#4424)
Show description for 9ffb8c2
dependabot[bot]
authored
9ffb8c2
View commit details
Copy full SHA for 9ffb8c2
Browse repository at this point
build(deps): bump pytz in /docs in the production-dependencies group (#4425)
Show description for 94eb2ec
dependabot[bot]
authored
94eb2ec
View commit details
Copy full SHA for 94eb2ec
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
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
Browse repository at this point
build(deps): bump the production-dependencies group across 1 directory with 3 updates (#4415)
Show description for f1da958
dependabot[bot]
authored
f1da958
View commit details
Copy full SHA for f1da958
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
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
Browse repository at this point
feat(sqlite): Support NOT NULL constraints (#4234)
ncruces
authored
df034c5
View commit details
Copy full SHA for df034c5
Browse repository at this point
build(deps): bump idna in /docs in the production-dependencies group (#4405)
Show description for 054bc91
dependabot[bot]
authored
054bc91
View commit details
Copy full SHA for 054bc91
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
Browse repository at this point
Add changelog for 1.31.1 (#4406)
kyleconroy
authored
b4fe67f
View commit details
Copy full SHA for b4fe67f
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
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
Browse repository at this point
build(deps): bump github.com/jackc/pgx/v5 (#4398)
dependabot[bot]
authored
ca8dbe9
View commit details
Copy full SHA for ca8dbe9
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
Browse repository at this point
Add changelog for 1.31.0 (#4392)
Show description for 420f5e7
kyleconroy
and
claude
authored
420f5e7
View commit details
Copy full SHA for 420f5e7
Browse repository at this point
Update CI workflow to remove paths-ignore (#4393)
Show description for 3e66a4a
kyleconroy
authored
3e66a4a
View commit details
Copy full SHA for 3e66a4a
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
Browse repository at this point
Upgrade github.com/pingcap/tidb/pkg/parser (#4389)
kyleconroy
authored
3e9e3d4
View commit details
Copy full SHA for 3e9e3d4
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
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
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
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
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
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
Browse repository at this point
Skip CI/RTD builds when the change is irrelevant (#4381)
Show description for bba5fc9
kyleconroy
and
claude
authored
bba5fc9
View commit details
Copy full SHA for bba5fc9
Browse repository at this point
build(deps): bump the production-dependencies group across 1 directory with 11 updates (#4380)
Show description for cff03f4
3 people
authored
cff03f4
View commit details
Copy full SHA for cff03f4
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
Browse repository at this point
build(deps): bump pygments from 2.19.2 to 2.20.0 in /docs (#4363)
Show description for 924c12b
dependabot[bot]
authored
924c12b
View commit details
Copy full SHA for 924c12b
Browse repository at this point
build(deps): bump requests from 2.32.5 to 2.33.0 in /docs (#4357)
Show description for a2f85e2
dependabot[bot]
authored
a2f85e2
View commit details
Copy full SHA for a2f85e2
Browse repository at this point
Previous
Next
You can’t perform that action at this time.