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 }}
pjebs
/
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
master
User selector
All users
All time
Commit history
Commits on Mar 22, 2020
Support ALTER TABLE for SQLite (#414)
Show description for 1d2916b
kyleconroy
authored
1d2916b
View commit details
Copy full SHA for 1d2916b
Browse repository at this point
Commits on Mar 19, 2020
parser: Generate correct types for SELECT EXISTS (#411)
kyleconroy
authored
2ad9a8e
View commit details
Copy full SHA for 2ad9a8e
Browse repository at this point
Fix typos (#409)
Show description for 3520e03
Jimmy99
authored
3520e03
View commit details
Copy full SHA for 3520e03
Browse repository at this point
Commits on Mar 18, 2020
cmd/sqlc: Bump version to v1.1.1-devel (#407)
kyleconroy
authored
17aea73
View commit details
Copy full SHA for 17aea73
Browse repository at this point
Commits on Mar 17, 2020
cmd/sqlc: Bump version to v1.1.0 (#406)
kyleconroy
authored
248e72b
View commit details
Copy full SHA for 248e72b
Browse repository at this point
Commits on Mar 12, 2020
sql/catalog: Port tests over from catalog pkg (#402)
Show description for e357cf3
kyleconroy
authored
e357cf3
View commit details
Copy full SHA for e357cf3
Browse repository at this point
Implement CREATE / DROP FUNCTION (#401)
Show description for 40b05bd
kyleconroy
authored
40b05bd
View commit details
Copy full SHA for 40b05bd
Browse repository at this point
Commits on Mar 11, 2020
sql/ast: Implement ALTER TABLE SET SCHEMA (#400)
kyleconroy
authored
9f84662
View commit details
Copy full SHA for 9f84662
Browse repository at this point
sql/ast: Implement ALTER TABLE RENAME column (#399)
kyleconroy
authored
3fb980f
View commit details
Copy full SHA for 3fb980f
Browse repository at this point
sql/ast: Implement ALTER TABLE RENAME (#398)
kyleconroy
authored
00bc70f
View commit details
Copy full SHA for 00bc70f
Browse repository at this point
sql/ast: Implement DROP TYPE (#397)
kyleconroy
authored
9fede32
View commit details
Copy full SHA for 9fede32
Browse repository at this point
Commits on Mar 10, 2020
Fix column comment (#392)
Show description for 1fa689f
soroushj
authored
1fa689f
View commit details
Copy full SHA for 1fa689f
Browse repository at this point
sql/ast: Port support for COMMENT ON (#391)
kyleconroy
authored
3471669
View commit details
Copy full SHA for 3471669
Browse repository at this point
sql/errors: Add a new errors package (#390)
Show description for a62192a
kyleconroy
authored
a62192a
View commit details
Copy full SHA for a62192a
Browse repository at this point
Commits on Mar 9, 2020
ast: Add support for CREATE / DROP SCHEMA (#389)
kyleconroy
authored
00df4f6
View commit details
Copy full SHA for 00df4f6
Browse repository at this point
ast: Add support for CREATE TYPE as ENUM (#388)
Show description for 96be689
kyleconroy
authored
96be689
View commit details
Copy full SHA for 96be689
Browse repository at this point
Scan enums when using pgx (#386)
Show description for 59bc936
kyleconroy
authored
59bc936
View commit details
Copy full SHA for 59bc936
Browse repository at this point
Commits on Mar 7, 2020
gen: Add support for the ltree extension (#385)
kyleconroy
authored
c3f69df
View commit details
Copy full SHA for c3f69df
Browse repository at this point
Commits on Mar 6, 2020
Update README.md (#382)
kyleconroy
authored
755203b
View commit details
Copy full SHA for 755203b
Browse repository at this point
Commits on Mar 4, 2020
ast: Add AST for ALTER TABLE ADD / DROP COLUMN (#376)
Show description for 76dfb95
kyleconroy
authored
76dfb95
View commit details
Copy full SHA for 76dfb95
Browse repository at this point
Commits on Mar 3, 2020
astutils: Apply changes to the ValuesList slice (#372)
kyleconroy
authored
cf1d9ab
View commit details
Copy full SHA for cf1d9ab
Browse repository at this point
Commits on Mar 1, 2020
kotlin: add Query class to support timeout and cancellation (#368)
Show description for 463dc8a
mightyguava
and
kyleconroy
authored
463dc8a
View commit details
Copy full SHA for 463dc8a
Browse repository at this point
README: Fix typo (#371)
Show description for b14fcd6
kyleconroy
authored
b14fcd6
View commit details
Copy full SHA for b14fcd6
Browse repository at this point
Commits on Feb 29, 2020
config: Remove "emit_single_file" option (#367)
Show description for 8a931ec
kyleconroy
authored
8a931ec
View commit details
Copy full SHA for 8a931ec
Browse repository at this point
Commits on Feb 27, 2020
gen: Add option to emit single file for Go (#366)
Show description for 3978046
kyleconroy
authored
3978046
View commit details
Copy full SHA for 3978046
Browse repository at this point
Commits on Feb 25, 2020
Add support for create-if-not-exists for 'create schema' (#362)
Cyberax
authored
582a575
View commit details
Copy full SHA for 582a575
Browse repository at this point
Commits on Feb 24, 2020
Implement SELECT for simple SQLite queries (#360)
Show description for e433a4d
kyleconroy
authored
e433a4d
View commit details
Copy full SHA for e433a4d
Browse repository at this point
README: Add section on running tests (#357)
Show description for 7657fb7
kyleconroy
authored
7657fb7
View commit details
Copy full SHA for 7657fb7
Browse repository at this point
internal/dinosql: support Postgres macaddr type in Go (#358)
Show description for d2823f5
kevinburke1
authored
d2823f5
View commit details
Copy full SHA for d2823f5
Browse repository at this point
Allow sqlc.arg('argname') form for named params (#351)
Show description for 4b756bb
Cyberax
and
kyleconroy
authored
4b756bb
View commit details
Copy full SHA for 4b756bb
Browse repository at this point
internal/endtoend: remove %w (#354)
Show description for b6636de
kevinburke1
authored
b6636de
View commit details
Copy full SHA for b6636de
Browse repository at this point
compiler: Wire up the experimental parsers
Show description for 8c09e3f
kyleconroy
committed
8c09e3f
View commit details
Copy full SHA for 8c09e3f
Browse repository at this point
sql: Add generic SQL AST
Show description for 11d7a62
kyleconroy
committed
11d7a62
View commit details
Copy full SHA for 11d7a62
Browse repository at this point
postgresql: Add experimental parser for MySQL
kyleconroy
committed
0a7599e
View commit details
Copy full SHA for 0a7599e
Browse repository at this point
dolphin: Add experimental parser for MySQL
kyleconroy
committed
7bddb83
View commit details
Copy full SHA for 7bddb83
Browse repository at this point
Previous
Next
You can’t perform that action at this time.