Skip to content

Pull requests: sqlc-dev/sqlc

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Add Begin transaction methods to pgx & sql db code templates size:S This PR changes 10-29 lines, ignoring generated files. 🔧 golang
#4024 opened Jul 18, 2025 by Eyal-Shalev Loading…
Fix panic for DELETE with JOIN on subquery size:S This PR changes 10-29 lines, ignoring generated files.
#4023 opened Jul 17, 2025 by gwillem Loading…
build(deps): bump the production-dependencies group across 1 directory with 4 updates dependencies Pull requests that update a dependency file go Pull requests that update Go code size:S This PR changes 10-29 lines, ignoring generated files. 🔧 golang
#4022 opened Jul 17, 2025 by dependabot bot Loading…
build(deps): bump the production-dependencies group across 1 directory with 4 updates dependencies Pull requests that update a dependency file python Pull requests that update Python code size:XS This PR changes 0-9 lines, ignoring generated files.
#4018 opened Jul 15, 2025 by dependabot bot Loading…
SQLite: Fix convertion of UPDATE statements table name size:L This PR changes 100-499 lines, ignoring generated files.
#4013 opened Jul 7, 2025 by quantumsheep Loading…
[RFC] Added Gleam Community Project to docs - language-support.rst size:XS This PR changes 0-9 lines, ignoring generated files.
#4012 opened Jul 7, 2025 by LarsArtmann Draft
fix(compiler): insert-with-select statements size:XL This PR changes 500-999 lines, ignoring generated files. 🔧 golang
#4006 opened Jun 30, 2025 by dennisgsmith Loading…
2
feat: Introduce sqlc.optional for dynamic query generation size:XXL This PR changes 1000+ lines, ignoring generated files. 🔧 golang
#4005 opened Jun 29, 2025 by copito Loading…
Sqlite engine: R*Tree support size:M This PR changes 30-99 lines, ignoring generated files.
#4004 opened Jun 28, 2025 by ororsatti Loading…
feat(codegen): add emit_query_comments option for golang code generation size:L This PR changes 100-499 lines, ignoring generated files. 🔧 golang
#3993 opened Jun 18, 2025 by quantumsheep Loading…
build(deps): bump requests from 2.32.3 to 2.32.4 in /docs dependencies Pull requests that update a dependency file python Pull requests that update Python code size:XS This PR changes 0-9 lines, ignoring generated files. 🔧 python Pull requests that update Python code
#3985 opened Jun 10, 2025 by dependabot bot Loading…
Avoid updating target file mtime in 'generate' size:M This PR changes 30-99 lines, ignoring generated files. 🔧 golang
#3980 opened Jun 3, 2025 by n-oden Loading…
feat: default schema configuration for postgresql size:S This PR changes 10-29 lines, ignoring generated files.
#3976 opened May 26, 2025 by sgielen Loading…
Fix ORDER BY arg parsing in sqlite size:L This PR changes 100-499 lines, ignoring generated files. 🔧 golang
#3962 opened May 14, 2025 by andriygm Loading…
chore: use any in place of interface{} size:L This PR changes 100-499 lines, ignoring generated files. 🔧 golang
#3961 opened May 13, 2025 by snprajwal Loading…
A better example for no-delete rule to match all case raw sql for delete size:XS This PR changes 0-9 lines, ignoring generated files.
#3938 opened Apr 19, 2025 by trim21 Loading…
Include column types for composite type size:XL This PR changes 500-999 lines, ignoring generated files.
#3906 opened Mar 29, 2025 by eaglesemanation Loading…
Make FTS5 columns nullable size:M This PR changes 30-99 lines, ignoring generated files. 🔧 golang
#3904 opened Mar 26, 2025 by ajeetdsouza Loading…
Case-insensitive check for FTS5 tables size:XS This PR changes 0-9 lines, ignoring generated files.
#3903 opened Mar 26, 2025 by ajeetdsouza Loading…
Add rowid column to FTS5 tables size:M This PR changes 30-99 lines, ignoring generated files. 🔧 golang
#3902 opened Mar 26, 2025 by ajeetdsouza Loading…
Support emit_pointers_for_null_types in MySQL size:L This PR changes 100-499 lines, ignoring generated files. 🔧 golang
#3879 opened Mar 11, 2025 by yoRyuuuuu Loading…
allow renaming function Params structs size:M This PR changes 30-99 lines, ignoring generated files. 🔧 golang
#3878 opened Mar 11, 2025 by skandragon Loading…
feat(codegen/golang): Allow exporting models to a different package size:L This PR changes 100-499 lines, ignoring generated files. 🔧 golang
#3874 opened Mar 6, 2025 by berk-karaal Loading…
fix(sqlite): Removed ToLower in typecast size:L This PR changes 100-499 lines, ignoring generated files. 🔧 golang
#3860 opened Feb 25, 2025 by giuliano-macedo Loading…
Fix redundant rows.Close() calls in queryCode.tmpl size:L This PR changes 100-499 lines, ignoring generated files. 🔧 golang
#3856 opened Feb 21, 2025 by lushenle Loading…
ProTip! Filter pull requests by the default branch with base:main.