An open API service providing commit metadata for open source projects.

GitHub / sqlc-dev/sqlc / commits

Generate type-safe code from SQL

SHA Message Author Date Stats
b4abef4d Upgrade marino to v0.2.0 (#4572) Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
7 days ago
0d8f0906 Add MSSQL engine for parse and analyze via teesql (#4571)
Co-authored-by: Claude Fable 5 <n****y@a****m>, Claude Fable 5 <n****y@a****m>, Claude <n****y@a****m>
Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
7 days ago
d72f9162 Add NOTICE file for Apache-2.0 dependencies (#4569)
Co-authored-by: Claude <n****y@a****m>
Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
8 days ago
49950e46 endtoend: pin sqlite query text with multi-byte UTF-8 comments (#4568)
Co-authored-by: Claude <n****y@a****m>
Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
8 days ago
e76cf63b Fix govulncheck failure by removing lib/pq from default builds (#4566)
Co-authored-by: Claude <n****y@a****m>
Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
8 days ago
1fef124e docs: use 'go build .' in getting-started tutorials (#4565)
Co-authored-by: Claude <n****y@a****m>
Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
8 days ago
537ffa7e build(deps): bump chardet in /docs in the production-dependencies group (#4563)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
8 days ago
4e9fe78e build(deps): bump golang from 1.26.5 to 1.26.6 (#4560) dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
8 days ago
7bdd11b4 postgresql: support OLD and NEW in RETURNING clauses (#4562) Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
9 days ago
2e0f7453 postgresql: replace pg_query_go with sqlc-dev/oliphant (#4561) Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
9 days ago
8a7cddfb build(deps): bump the production-dependencies group across 1 directory with 2...
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
12 days ago
47bcc021 build(deps): bump github.com/google/cel-go (#4550)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
15 days ago
8e577630 endtoend: run the corpus through the analysis core with an opt-in context (#4...
Co-authored-by: Claude Opus 5 <n****y@a****m>, Claude Opus 5 <n****y@a****m>, Claude Opus 5 <n****y@a****m>, Claude <n****y@a****m>
Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
16 days ago
50b79741 Give buf-setup-action a token so setup stops hitting the rate limit (#4547)
Co-authored-by: Claude <n****y@a****m>
Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
17 days ago
dbabb0b7 docs: fix broken managed databases link in migration guide (#4540) Recoordinate <l****s@g****m>
Committed by: GitHub <n****y@g****m>
17 days ago
84834700 build(deps): bump github.com/ncruces/go-sqlite3 (#4546)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
17 days ago
0bd9f5f1 Add coreanalyzer experiment routing generate through the analysis core (#4544)
Co-authored-by: Claude Fable 5 <n****y@a****m>, Claude Fable 5 <n****y@a****m>, Claude Fable 5 <n****y@a****m>, Claude <n****y@a****m>
Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
17 days ago
b0a3e4b2 postgresql: port the extension catalog to seed files (#4543) Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
18 days ago
50989da9 Remove the analyzerv2 experiment and database-only analyzer mode (#4545) Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
19 days ago
944b8780 Switch core catalog to ncruces/go-sqlite3 (#4542) Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
20 days ago
692b6248 core: analyze every dialect through the new analysis core (#4538) Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
21 days ago
982c26b7 cache: redesign as a Bazel-style CAS and action cache (#4539) Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
25 days ago
98ef75de sqlite: replace the ANTLR parser with meyer (#4535)
Co-authored-by: Claude Opus 5 <n****y@a****m>, Claude Opus 5 <n****y@a****m>, Claude Opus 5 <n****y@a****m>, Claude Opus 5 <n****y@a****m>, Claude Opus 5 <n****y@a****m>, Claude Opus 5 <n****y@a****m>, Claude <n****y@a****m>
Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
25 days ago
5ce31fc4 core: rewrite sqlc.arg() to native bind parameters in a preprocessing pass ab... Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
26 days ago
b82c64f0 core: speed up the analysis catalog with prepared statements (#4534) Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
26 days ago
673f56de googlesql: type inference via the new analysis core (analyze only) (#4533) Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
27 days ago
af1016f2 clickhouse: type inference via the new analysis core (analyze only) (#4521)
Co-authored-by: Claude Opus 4.8 <n****y@a****m>, Claude Opus 4.8 <n****y@a****m>, Claude Opus 4.8 <n****y@a****m>, Claude Opus 4.8 <n****y@a****m>, Claude Opus 4.8 <n****y@a****m>, Claude Opus 4.8 <n****y@a****m>, Claude Opus 4.8 <n****y@a****m>, Claude Opus 4.8 <n****y@a****m>
Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
27 days ago
9f362b90 docs: fix SQLite tutorial CreateAuthor usage with RETURNING * (#4511) Abhinesh Jha <1****h@u****m>
Committed by: GitHub <n****y@g****m>
27 days ago
e38bd014 build(deps): bump actions/setup-go from 6 to 7 (#4516)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
27 days ago
21dd7417 build(deps): bump google.golang.org/grpc (#4532)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
27 days ago
88ffdd56 build(deps): bump production-dependencies, register fts5/rtree explicitly (#4...
Co-authored-by: Claude Opus 5 <n****y@a****m>, dependabot[bot] <4****]@u****m>, Claude <n****y@a****m>
Signed-off-by: dependabot[bot] <s****t@g****m>, dependabot[bot] <s****t@g****m>
Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
29 days ago
6fff104c build(deps): bump the production-dependencies group across 1 directory with 2...
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
29 days ago
977be428 build(deps): bump github.com/google/cel-go from 0.28.1 to 0.29.0 (#4529)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
29 days ago
ff8eb5da fix: resolve govulncheck findings (#4528) Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
30 days ago
e209d865 build(deps): bump certifi in /docs in the production-dependencies group (#4505)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
ed505b43 build(deps): bump golang from 1.26.4 to 1.26.5 (#4509)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
22d878ab feat: add GoogleSQL support to `sqlc parse` (#4504) Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
about 2 months ago
c3724198 Add analyze command for static query analysis (#4476) Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
about 2 months ago
79af7428 build(deps): bump the production-dependencies group across 1 directory with 5...
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
a99e5af0 build(deps): bump actions/checkout from 6 to 7 (#4491)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
962cf795 build(deps): bump golang.org/x/net from 0.51.0 to 0.55.0 (#4503)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
ecec179f build(deps): bump the production-dependencies group across 1 directory with 5...
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
4011ae52 Apply go fix modernizations with Go 1.26.4 (#4475) Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
3 months ago
27fe7946 Upgrade Go toolchain to 1.26.4 (#4474) Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
3 months ago
a3b0cfdb build(deps): bump golang from 1.26.2 to 1.26.3 (#4431) dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
611ca894 build(deps): bump the production-dependencies group across 1 directory with 2... dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
18049031 build(deps): bump the production-dependencies group across 1 directory with 4... dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
b84b1d63 feat(golang): emit models to a different package (#4421)
Co-authored-by: Claude <n****y@a****m>
Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
4 months ago
a45ce7f3 docs(tutorial): fix SQLite tutorial CreateAuthor return value (#3336) (#4422)
Signed-off-by: SAY-5 <s****5@g****m>
Sai Asish Y <s****5@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
9ffb8c2c build(deps): bump the production-dependencies group across 1 directory with 2...
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
4 months ago
94eb2ecb build(deps): bump pytz in /docs in the production-dependencies group (#4425)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
4 months ago
5dfc7132 Port SQLCDEBUG to a registry-style package modeled after Go's GODEBUG (#4420) Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
4 months ago
977ac6d4 Remove --remote and --no-remote flags (#4417)
Co-authored-by: Claude <n****y@a****m>
Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
4 months ago
f1da9589 build(deps): bump the production-dependencies group across 1 directory with 3...
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
4 months ago
b2e05b50 Migrate MySQL parser from tidb to sqlc-dev/marino (#4414)
Co-authored-by: Claude <n****y@a****m>
Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
4 months ago
fb98311c Upgrade ncruces/go-sqlite3 to v0.34.0 (#4412) Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
4 months ago
df034c55 feat(sqlite): Support NOT NULL constraints (#4234) Nuno Cruces <n****s@u****m>
Committed by: GitHub <n****y@g****m>
4 months ago
054bc91d build(deps): bump idna in /docs in the production-dependencies group (#4405)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
4 months ago
a95e91d7 Release 1.31.1 (#4407) Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
4 months ago
b4fe67f9 Add changelog for 1.31.1 (#4406) Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
4 months ago
428d4e61 Remove go.mod replace directive that breaks 'go install ...@latest' (#4401) Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
4 months ago
dadc7ed7 Downgrade github.com/ncruces/go-sqlite3 to v0.32.0 (#4400) Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
4 months ago
ca8dbe96 build(deps): bump github.com/jackc/pgx/v5 (#4398) dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
4 months ago
0f82157c Release 1.31.0 (#4394)
Co-authored-by: Claude Opus 4.7 (1M context) <n****y@a****m>, Claude Opus 4.7 (1M context) <n****y@a****m>, Claude Opus 4.7 (1M context) <n****y@a****m>, Claude Opus 4.7 (1M context) <n****y@a****m>
Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
4 months ago
420f5e7e Add changelog for 1.31.0 (#4392)
Co-authored-by: Claude Opus 4.7 (1M context) <n****y@a****m>
Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
4 months ago
3e66a4ae Update CI workflow to remove paths-ignore (#4393) Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
4 months ago
394bdc79 Strip psql meta-commands from schema files (fixes #4065) (#4390) Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
4 months ago
3e9e3d4a Upgrade github.com/pingcap/tidb/pkg/parser (#4389) Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
4 months ago
9d9026bc Emit pointers for nullable enum columns when emit_pointers_for_null_types is ... Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
4 months ago
64d18fcf Map xid8 to pgtype.Uint64 for pgx/v5 (#4387) Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
4 months ago
07c38085 Rename :one return variable when it conflicts with a parameter (#4383) Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
4 months ago
837d7c96 Coerce SQLite JSONB output regardless of type casing (#4385) Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
4 months ago
244a90b4 Dedupe sqlc.arg parameters wrapped in a type cast for MySQL (#4384) Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
4 months ago
3f41c61b Preserve MySQL optimizer hints in generated query text (#4382)
Co-authored-by: Claude Opus 4.7 (1M context) <n****y@a****m>, Claude Opus 4.7 (1M context) <n****y@a****m>, Claude Opus 4.7 (1M context) <n****y@a****m>
Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
4 months ago
bba5fc90 Skip CI/RTD builds when the change is irrelevant (#4381)
Co-authored-by: Claude Opus 4.7 (1M context) <n****y@a****m>
Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
4 months ago
cff03f4d build(deps): bump the production-dependencies group across 1 directory with 1...
Co-authored-by: Claude Opus 4.7 (1M context) <n****y@a****m>, dependabot[bot] <4****]@u****m>, Kyle Conroy <k****e@c****g>, Claude Opus 4.7 (1M context) <n****y@a****m>
Signed-off-by: dependabot[bot] <s****t@g****m>, dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
4 months ago
5757d94e build(deps): bump the production-dependencies group across 1 directory with 5...
Co-authored-by: Claude Opus 4.7 (1M context) <n****y@a****m>, dependabot[bot] <4****]@u****m>, Kyle Conroy <k****e@c****g>, Claude Opus 4.7 (1M context) <n****y@a****m>
Signed-off-by: dependabot[bot] <s****t@g****m>, dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
4 months ago
924c12b1 build(deps): bump pygments from 2.19.2 to 2.20.0 in /docs (#4363)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
4 months ago
a2f85e28 build(deps): bump requests from 2.32.5 to 2.33.0 in /docs (#4357)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
4 months ago
93e1a172 Remove github.com/jackc/pgx/v4 dependency (#4379)
Co-authored-by: Claude Opus 4.7 (1M context) <n****y@a****m>
Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
4 months ago
47cb4f9c Upgrade Go toolchain to 1.26.2 (#4378)
Co-authored-by: Claude Opus 4.7 (1M context) <n****y@a****m>
Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
4 months ago
ee439b8d build(deps): bump actions/upload-artifact from 6 to 7 (#4320)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
4 months ago
21e4c473 docs: add sqlc-gen-sqlx to community language support (#4371) Randolf J. <m****e@j****m>
Committed by: GitHub <n****y@g****m>
4 months ago
98bdb520 build(deps): bump github.com/jackc/pgx/v5 from 5.8.0 to 5.9.0 (#4377)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
4 months ago
7f6b186f Catch invalid ON CONFLICT DO UPDATE column references (#4366) Nikolay Kuznetsov <n****u@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
4bf21592 build(deps): bump urllib3 from 2.6.2 to 2.6.3 in /docs (#4259)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
dd837145 build(deps): bump golang from 1.26.0 to 1.26.1 (#4328)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
d06009f3 build(deps): bump the production-dependencies group across 1 directory with 4...
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
ce83d3fe Upgrade Go version to 1.26.0 (#4312)
Co-authored-by: Claude <n****y@a****m>
Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
6 months ago
0a3d50ee Install PostgreSQL from theseus-rs/postgresql-binaries instead of apt (#4310) Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
6 months ago
024b843e build(deps): bump golang from 1.25.5 to 1.26.0 (#4294)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
c998d72a build(deps): bump the production-dependencies group across 1 directory with 2...
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
99be46a3 Add sqlc-test-setup command for database test environment setup (#4304) Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
6 months ago
744558df build(deps): bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 (#4303)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
c0483345 build(deps): bump the production-dependencies group across 1 directory with 4...
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
16c9afda feat: add ClickHouse support to `sqlc parse` (#4267)
Co-authored-by: Claude <n****y@a****m>, Claude <n****y@a****m>, Claude <n****y@a****m>, Claude <n****y@a****m>, Claude <n****y@a****m>
Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
7 months ago
2e0435c8 Add GitHub Topic to the plugins page (#4258) Christopher <g****6@p****t>
Committed by: GitHub <n****y@g****m>
8 months ago
e476db95 build(deps): bump the production-dependencies group across 1 directory with 2...
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
8 months ago
4382f5c5 build(deps): bump the production-dependencies group across 1 directory with 4... dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
8 months ago
d21b4cc7 fix(native): make MySQL connection check immediate on first attempt (#4254) Kyle Gray <k****e@s****v>
Committed by: GitHub <n****y@g****m>
8 months ago

← Back to repository