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 }}
monkey-mas
/
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 Feb 23, 2023
Implement ALTER TYPE SET SCHEMA (#2027)
linux2647
authored
8d082e4
View commit details
Copy full SHA for 8d082e4
Browse repository at this point
parser: Generate correct types for `SELECT NOT EXISTS` (#1972)
haines
authored
ed5ffbc
View commit details
Copy full SHA for ed5ffbc
Browse repository at this point
fix: pgx closed batch return pointer if need #1959 (#1960)
flymedllva
authored
c1c275b
View commit details
Copy full SHA for c1c275b
Browse repository at this point
fix: Rename argument when conflicted to imported package (#2048)
zaneli
authored
37e478e
View commit details
Copy full SHA for 37e478e
Browse repository at this point
fix: Retrieve Larg/Rarg join query after inner join (#2051)
zaneli
authored
1b74ac5
View commit details
Copy full SHA for 1b74ac5
Browse repository at this point
fix: Prevent variable redeclaration in single param conflict for pgx (#2058)
zaneli
authored
186862c
View commit details
Copy full SHA for 186862c
Browse repository at this point
Commits on Feb 22, 2023
test: Skip tests if required plugins are missing (#2104)
Show description for c8d493b
kyleconroy
authored
c8d493b
View commit details
Copy full SHA for c8d493b
Browse repository at this point
Upgrade to Go 1.20 (#2105)
kyleconroy
authored
d460c5d
View commit details
Copy full SHA for d460c5d
Browse repository at this point
cmd/sqlc: Bump version to v1.17.2 (#2103)
Show description for 140db73
kyleconroy
authored
140db73
View commit details
Copy full SHA for 140db73
Browse repository at this point
ci: Run go build on Windows and macOS (#2102)
Show description for 7f1a517
kyleconroy
authored
7f1a517
View commit details
Copy full SHA for 7f1a517
Browse repository at this point
cmd/sqlc: Bump version to 1.17.1 (#2101)
Show description for fc6ed52
kyleconroy
authored
fc6ed52
View commit details
Copy full SHA for fc6ed52
Browse repository at this point
Update error message for PostgreSQL engine (#2100)
kyleconroy
authored
fa7ee17
View commit details
Copy full SHA for fa7ee17
Browse repository at this point
Commits on Feb 20, 2023
add: float64 support mysql (#2097)
Hirochon
authored
732c48e
View commit details
Copy full SHA for 732c48e
Browse repository at this point
Prevent panics when building argument lists for variadic functions (#2093)
andrewmbenton
authored
397cfc3
View commit details
Copy full SHA for 397cfc3
Browse repository at this point
fix: Do not throw error when IF NOT EXISTS is used on ADD COLUMN (#2092)
likejane
authored
81b15a3
View commit details
Copy full SHA for 81b15a3
Browse repository at this point
Commits on Feb 16, 2023
Remove direct use of pgtype.Array with pgx/v5 (#2090)
Show description for 8644195
earthboundkid
authored
8644195
View commit details
Copy full SHA for 8644195
Browse repository at this point
Revert "docker: Change ENTRYPOINT to CMD (#1943)" (#2091)
Show description for a230810
kyleconroy
authored
a230810
View commit details
Copy full SHA for a230810
Browse repository at this point
Updated the yaml formatting in the first section (#2086)
Show description for bfc765d
Mehty
authored
bfc765d
View commit details
Copy full SHA for bfc765d
Browse repository at this point
Commits on Feb 15, 2023
build(deps): bump golang from 1.20.0 to 1.20.1 (#2082)
Show description for 84058a7
dependabot[bot]
authored
84058a7
View commit details
Copy full SHA for 84058a7
Browse repository at this point
Remove an unnecessary validation check when processing type overrides for Go types. Fixes https://github.com/kyleconroy/sqlc/issues/2073 (#2078)
andrewmbenton
authored
cca1dc4
View commit details
Copy full SHA for cca1dc4
Browse repository at this point
ci: Only report test results on main (#2081)
kyleconroy
authored
5a6a606
View commit details
Copy full SHA for 5a6a606
Browse repository at this point
Report test results to BuildKite (#2075)
Show description for 8157b67
kyleconroy
authored
8157b67
View commit details
Copy full SHA for 8157b67
Browse repository at this point
Commits on Feb 14, 2023
cmd/sqlc: Bump version to 1.17.0 (#2066)
Show description for fa985d0
kyleconroy
authored
fa985d0
View commit details
Copy full SHA for fa985d0
Browse repository at this point
Only enable postgresql support when cgo is enabled as it is required (#2068)
anuraaga
authored
98da1d4
View commit details
Copy full SHA for 98da1d4
Browse repository at this point
Commits on Feb 13, 2023
wasm: Upgrade to wasmtime 5.0.0 (#2065)
kyleconroy
authored
003e873
View commit details
Copy full SHA for 003e873
Browse repository at this point
build(deps): bump github.com/jackc/pgx/v4 from 4.17.2 to 4.18.0 (#2063)
Show description for acc91d5
dependabot[bot]
authored
acc91d5
View commit details
Copy full SHA for acc91d5
Browse repository at this point
fix: Search from Rexpr if not found from Lexpr (#2056)
Show description for eba90d1
zaneli
authored
eba90d1
View commit details
Copy full SHA for eba90d1
Browse repository at this point
build(deps): bump github.com/jackc/pgtype from 1.13.0 to 1.14.0 (#2062)
Show description for 0b38c75
dependabot[bot]
authored
0b38c75
View commit details
Copy full SHA for 0b38c75
Browse repository at this point
Commits on Feb 3, 2023
fix: Add import statements even if only pointer types exist (#2046)
zaneli
authored
3820358
View commit details
Copy full SHA for 3820358
Browse repository at this point
build(deps): bump golang from 1.19.5 to 1.20.0 (#2045)
Show description for 6273602
dependabot[bot]
authored
6273602
View commit details
Copy full SHA for 6273602
Browse repository at this point
Commits on Jan 30, 2023
Changed documentation for json datatype. (#1997)
Show description for 8df32e1
3 people
authored
8df32e1
View commit details
Copy full SHA for 8df32e1
Browse repository at this point
fix: Documentation for Inserting Rows (#2034)
tergel-996
authored
d38db00
View commit details
Copy full SHA for d38db00
Browse repository at this point
Commits on Jan 19, 2023
internal/codegen: cache pattern matching compilations (#2028)
inconshreveable
authored
f1eef01
View commit details
Copy full SHA for f1eef01
Browse repository at this point
cmd: Generate packages in parallel (#2026)
Show description for d64a68b
kyleconroy
authored
d64a68b
View commit details
Copy full SHA for d64a68b
Browse repository at this point
Commits on Jan 17, 2023
docs: update samples for HOW-TO GUIDES (#1953)
d-tsuji
authored
c4ceb0e
View commit details
Copy full SHA for c4ceb0e
Browse repository at this point
Previous
Next
You can’t perform that action at this time.