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 }}
akhilmhdh
/
sqlc
Public
forked from
sqlc-dev/sqlc
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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 Jun 3, 2022
docs: Re-org the config page. Add JSON docs (#1659)
kyleconroy
authored
2d18667
View commit details
Copy full SHA for 2d18667
Browse repository at this point
Commits on Jun 2, 2022
build(deps): bump golang from 1.18.2 to 1.18.3 (#1658)
Show description for eb6015e
dependabot[bot]
authored
eb6015e
View commit details
Copy full SHA for eb6015e
Browse repository at this point
docs: Add documentation for version 2 of the configuration file (#1657)
kyleconroy
authored
ae66700
View commit details
Copy full SHA for ae66700
Browse repository at this point
Commits on May 24, 2022
Bug fix to index relation creation bug (#1640)
jakoguta
authored
b0d6f13
View commit details
Copy full SHA for b0d6f13
Browse repository at this point
Commits on May 23, 2022
fix: Validate sqlc function arguments (#1633)
Show description for 895f4e1
ryan-berger
authored
895f4e1
View commit details
Copy full SHA for 895f4e1
Browse repository at this point
refactor(sql/catalog): Improve Readability (#1595)
Show description for dfe4386
jakoguta
authored
dfe4386
View commit details
Copy full SHA for dfe4386
Browse repository at this point
internal/codegen: add Enum.Valid and AllEnumValues (#1613)
josharian
authored
9c3a985
View commit details
Copy full SHA for 9c3a985
Browse repository at this point
Commits on May 22, 2022
fix(pgx): copyfrom imports (#1626)
Show description for 1b6ba1e
Jordi Montes
authored
1b6ba1e
View commit details
Copy full SHA for 1b6ba1e
Browse repository at this point
doc: typo fix in overrides config example (#1619)
reddec
authored
d458fbe
View commit details
Copy full SHA for d458fbe
Browse repository at this point
build(deps): bump github.com/lib/pq from 1.10.5 to 1.10.6 (#1627)
dependabot[bot]
authored
c1347be
View commit details
Copy full SHA for c1347be
Browse repository at this point
Commits on May 12, 2022
Fix panic when calling cmd.Do subsequently (#1614)
jlisthood
authored
996a73a
View commit details
Copy full SHA for 996a73a
Browse repository at this point
docs: fix examples (#1608)
Show description for 708e763
orisano
authored
708e763
View commit details
Copy full SHA for 708e763
Browse repository at this point
build(deps): bump golang from 1.18.1 to 1.18.2 (#1609)
Show description for 90e4382
dependabot[bot]
authored
90e4382
View commit details
Copy full SHA for 90e4382
Browse repository at this point
Commits on May 10, 2022
Add support for CHANGE COLUMN in MySQL (#1605)
dansimau
authored
c893a0d
View commit details
Copy full SHA for c893a0d
Browse repository at this point
Commits on May 9, 2022
Add 1.13.0 to Issue Template (#1592)
danielbprice
authored
0441e17
View commit details
Copy full SHA for 0441e17
Browse repository at this point
build(deps): bump github.com/jackc/pgx/v4 from 4.16.0 to 4.16.1 (#1597)
dependabot[bot]
authored
3491c30
View commit details
Copy full SHA for 3491c30
Browse repository at this point
Commits on May 2, 2022
docs: Add some more example code for running transactions (#1583)
Show description for edb9560
Jille
authored
edb9560
View commit details
Copy full SHA for edb9560
Browse repository at this point
Commits on May 1, 2022
docs: add documentation for sqlc.narg() (#1580)
skabbes
authored
d7eda89
View commit details
Copy full SHA for d7eda89
Browse repository at this point
Commits on Apr 30, 2022
feat: Add sqlc.narg() for nullable named params (#1536)
Show description for a22a7b7
skabbes
authored
a22a7b7
View commit details
Copy full SHA for a22a7b7
Browse repository at this point
build(deps): bump github.com/google/go-cmp from 0.5.7 to 0.5.8 (#1573)
Show description for ad17102
dependabot[bot]
authored
ad17102
View commit details
Copy full SHA for ad17102
Browse repository at this point
Commits on Apr 29, 2022
feat: Add JSON "codegen" output (#1565)
Show description for b75b919
kyleconroy
authored
b75b919
View commit details
Copy full SHA for b75b919
Browse repository at this point
Commits on Apr 26, 2022
fix typo in feature request bug template (#1568)
josharian
authored
b6ebb42
View commit details
Copy full SHA for b6ebb42
Browse repository at this point
Commits on Apr 22, 2022
Prepend an underscore to a StructName if it starts with a digit. (#1554)
avalonbits
authored
52b6bb4
View commit details
Copy full SHA for 52b6bb4
Browse repository at this point
build(deps): bump github.com/jackc/pgx/v4 from 4.15.0 to 4.16.0 (#1562)
Show description for e088da7
dependabot[bot]
authored
e088da7
View commit details
Copy full SHA for e088da7
Browse repository at this point
Commits on Apr 20, 2022
Pydantic models config field (#1538)
Show description for 04c6c90
danicc097
authored
04c6c90
View commit details
Copy full SHA for 04c6c90
Browse repository at this point
feat: run sqlc with docker on windows cmd (#1557)
ParvinEyvazov
authored
f822644
View commit details
Copy full SHA for f822644
Browse repository at this point
Added update query to postgresql docs (#1535)
Show description for 4e37925
airscholar
authored
4e37925
View commit details
Copy full SHA for 4e37925
Browse repository at this point
Commits on Apr 13, 2022
build(deps): bump golang from 1.18.0 to 1.18.1 (#1547)
dependabot[bot]
authored
6e45a9f
View commit details
Copy full SHA for 6e45a9f
Browse repository at this point
Commits on Apr 11, 2022
build(deps): bump actions/setup-go from 2 to 3 (#1543)
Show description for 9c05682
dependabot[bot]
authored
9c05682
View commit details
Copy full SHA for 9c05682
Browse repository at this point
build(deps): bump actions/setup-java from 2 to 3 (#1542)
Show description for c8d4fcf
dependabot[bot]
authored
c8d4fcf
View commit details
Copy full SHA for c8d4fcf
Browse repository at this point
Commits on Apr 8, 2022
build(deps): bump github.com/lib/pq from 1.10.4 to 1.10.5 (#1534)
dependabot[bot]
authored
5583352
View commit details
Copy full SHA for 5583352
Browse repository at this point
Commits on Apr 3, 2022
fix(endtoend): Regenerate testdata for exex_lastid
kyleconroy
committed
92fe967
View commit details
Copy full SHA for 92fe967
Browse repository at this point
Adding LastInsertId for Go (#1484)
Show description for 2d8892b
xeoncross
authored
2d8892b
View commit details
Copy full SHA for 2d8892b
Browse repository at this point
fix(bundler): Only close multipart writer once (#1528)
kyleconroy
authored
bb9b258
View commit details
Copy full SHA for bb9b258
Browse repository at this point
Commits on Mar 31, 2022
release(cmd/sqlc): Bump to v1.13.0 (#1523)
Show description for e7aa4bd
kyleconroy
authored
e7aa4bd
View commit details
Copy full SHA for e7aa4bd
Browse repository at this point
Previous
Next
You can’t perform that action at this time.