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 }}
Anuvarshini027
/
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 Feb 4, 2020
internal/mysql: Port tests to endtoend package (#315)
kyleconroy
authored
19b56aa
View commit details
Copy full SHA for 19b56aa
Browse repository at this point
Commits on Jan 30, 2020
internal/config: Create new config package (#313)
kyleconroy
authored
02682bc
View commit details
Copy full SHA for 02682bc
Browse repository at this point
internal/sqlc: Add support for composite types (#311)
kyleconroy
authored
7ed2d3c
View commit details
Copy full SHA for 7ed2d3c
Browse repository at this point
internal/dinosql: Handle schema-scoped enums (#310)
Show description for a963622
kyleconroy
authored
a963622
View commit details
Copy full SHA for a963622
Browse repository at this point
Commits on Jan 28, 2020
mysql type overrides (#281)
Show description for efcc4fe
cmoog
authored
efcc4fe
View commit details
Copy full SHA for efcc4fe
Browse repository at this point
Commits on Jan 26, 2020
internal/endtoend: Move more tests to the record/replay framework
Show description for 5711734
kyleconroy
authored
5711734
View commit details
Copy full SHA for 5711734
Browse repository at this point
Implement record/replay testing (#299)
Show description for f2ad76c
kyleconroy
authored
f2ad76c
View commit details
Copy full SHA for f2ad76c
Browse repository at this point
Commits on Jan 24, 2020
patches param replacement matching for double digits (#294)
Show description for 285cfa8
cmoog
and
kyleconroy
committed
285cfa8
View commit details
Copy full SHA for 285cfa8
Browse repository at this point
internal: Remove the PackageMap from settings (#295)
Show description for 9f21299
kyleconroy
authored
9f21299
View commit details
Copy full SHA for 9f21299
Browse repository at this point
Commits on Jan 23, 2020
internal/dinosql: Import needed types for Querier (#285)
Show description for 0ae12c5
kyleconroy
authored
0ae12c5
View commit details
Copy full SHA for 0ae12c5
Browse repository at this point
patches mysql support for bool types (#291)
cmoog
authored and
kyleconroy
committed
eadf951
View commit details
Copy full SHA for eadf951
Browse repository at this point
Commits on Jan 22, 2020
Tern (#286)
Show description for f266a24
kyleconroy
and
uraldav
authored
f266a24
View commit details
Copy full SHA for f266a24
Browse repository at this point
improves test coverage of mysql (#280)
cmoog
authored and
kyleconroy
committed
046cb81
View commit details
Copy full SHA for 046cb81
Browse repository at this point
Commits on Jan 21, 2020
uses vitess sqlparser.PositionedErr for mysql
cmoog
authored and
kyleconroy
committed
fbb5816
View commit details
Copy full SHA for fbb5816
Browse repository at this point
Commits on Jan 16, 2020
adds support for custom `sqlc.arg(MyParam)` params
cmoog
authored and
kyleconroy
committed
f9d952d
View commit details
Copy full SHA for f9d952d
Browse repository at this point
improves mysql query metadata parsing (#266)
cmoog
authored and
kyleconroy
committed
014ce72
View commit details
Copy full SHA for 014ce72
Browse repository at this point
Commits on Jan 13, 2020
internal: allow CTE to be used with UPDATE (#268)
Show description for 65c5de3
kevinburke1
authored and
kyleconroy
committed
65c5de3
View commit details
Copy full SHA for 65c5de3
Browse repository at this point
internal/dinosql: Overrides can now be basic types (#271)
Show description for 10e3f8d
kyleconroy
authored
10e3f8d
View commit details
Copy full SHA for 10e3f8d
Browse repository at this point
docs: Add documentation for query commands (#270)
kyleconroy
authored
d1a6e3c
View commit details
Copy full SHA for d1a6e3c
Browse repository at this point
internal/dinosql: strip leading "go-" or trailing "-go" from import (#262)
Show description for 6e8c527
kevinburke1
authored and
kyleconroy
committed
6e8c527
View commit details
Copy full SHA for 6e8c527
Browse repository at this point
Commits on Jan 12, 2020
adds support for select stm as insert rows (#258)
cmoog
authored and
kyleconroy
committed
d372abd
View commit details
Copy full SHA for d372abd
Browse repository at this point
adds support or update queries without where (#259)
cmoog
authored and
kyleconroy
committed
2839632
View commit details
Copy full SHA for 2839632
Browse repository at this point
MySQL support improvements
Show description for 2c8d3a7
cmoog
authored and
kyleconroy
committed
2c8d3a7
View commit details
Copy full SHA for 2c8d3a7
Browse repository at this point
Commits on Jan 11, 2020
improves mysql parsing error messages
Show description for 0276143
cmoog
authored and
kyleconroy
committed
0276143
View commit details
Copy full SHA for 0276143
Browse repository at this point
Commits on Jan 10, 2020
update README.md (#257)
eullerpereira94
authored and
kyleconroy
committed
7b3ac18
View commit details
Copy full SHA for 7b3ac18
Browse repository at this point
use %w for wrapping errors in fmt.Errorf (#250)
Show description for 63dbb0c
jmhodges
authored and
kyleconroy
committed
63dbb0c
View commit details
Copy full SHA for 63dbb0c
Browse repository at this point
log filename of unparsable mysql schema file (#246)
Show description for 1766d19
jmhodges
authored and
kyleconroy
committed
1766d19
View commit details
Copy full SHA for 1766d19
Browse repository at this point
patches mysql goose command parsing
cmoog
authored and
kyleconroy
committed
761bfc5
View commit details
Copy full SHA for 761bfc5
Browse repository at this point
internal/dinosql: Emit Querier interface (#240)
Show description for 79ec914
kyleconroy
authored
79ec914
View commit details
Copy full SHA for 79ec914
Browse repository at this point
Commits on Jan 9, 2020
examples: Add the authors example (#241)
Show description for 75305f3
kyleconroy
authored
75305f3
View commit details
Copy full SHA for 75305f3
Browse repository at this point
internal/mysql: Fix flaky test (#242)
kyleconroy
authored
bb4ead0
View commit details
Copy full SHA for bb4ead0
Browse repository at this point
Commits on Jan 8, 2020
Ignore unknown functions during SQL validation (#226)
Show description for 783b2f6
Cyberax
and
kyleconroy
committed
783b2f6
View commit details
Copy full SHA for 783b2f6
Browse repository at this point
examples: Move sqlc.json into examples folder (#238)
kyleconroy
authored
bd9af4b
View commit details
Copy full SHA for bd9af4b
Browse repository at this point
examples: Add the jets and booktest examples (#237)
Show description for 4233901
kyleconroy
authored
4233901
View commit details
Copy full SHA for 4233901
Browse repository at this point
Testable examples (#236)
Show description for 4ea3e27
kyleconroy
authored
4ea3e27
View commit details
Copy full SHA for 4ea3e27
Browse repository at this point
Previous
Next
You can’t perform that action at this time.