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

fix(sqlc diff): added a short message on missing generated file size:XS This PR changes 0-9 lines, ignoring generated files. 🔧 golang
#4144 opened Oct 17, 2025 by rglKali Loading… updated Oct 17, 2025
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… updated Oct 16, 2025
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… updated Oct 16, 2025
Implement tern template support size:M This PR changes 30-99 lines, ignoring generated files. 🔧 golang
#4141 opened Oct 16, 2025 by No3371 Loading… updated Oct 16, 2025
fix: generate pointer types for nullable enum columns with emit_pointers_for_null_types size:XS This PR changes 0-9 lines, ignoring generated files. 🔧 golang
#4053 opened Aug 10, 2025 by stampflit Loading… updated Oct 12, 2025
YDB support (draft)
#4090 opened Sep 3, 2025 by asmyasnikov Draft updated Oct 9, 2025
fix: cross schema inherits size:L This PR changes 100-499 lines, ignoring generated files. 🔧 golang
#4129 opened Oct 7, 2025 by axlalmflower Loading… updated Oct 9, 2025
Add support for order by in aggregate functions for sqlite3 size:L This PR changes 100-499 lines, ignoring generated files. 🔧 golang
#4132 opened Oct 7, 2025 by yopoyka Loading… updated Oct 7, 2025
Fix SQLite Engine Comparison Operators and ORDER BY Parsing size:XL This PR changes 500-999 lines, ignoring generated files. 🔧 golang
#4126 opened Oct 6, 2025 by mgilbir Loading… updated Oct 6, 2025
fix(compiler): prevent schema parse failures by ignoring psql meta commands size:S This PR changes 10-29 lines, ignoring generated files. 🔧 golang
#4082 opened Aug 29, 2025 by andrewmbenton Loading… updated Oct 4, 2025
Unquote backticks in sqlite identifiers size:S This PR changes 10-29 lines, ignoring generated files. 🔧 golang
#4120 opened Oct 1, 2025 by JoeriAben Loading… updated Oct 1, 2025
3
Fix up space before parens size:L This PR changes 100-499 lines, ignoring generated files. 🔧 golang
#4119 opened Oct 1, 2025 by 17twenty Loading… updated Oct 1, 2025
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… updated Sep 30, 2025
2
1
Dynamic Queries
#2859 opened Oct 15, 2023 by ovadbar Loading… updated Sep 27, 2025
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… updated Sep 24, 2025
fix: let sqlc output nullable array size:XL This PR changes 500-999 lines, ignoring generated files. 🔧 golang
#4112 opened Sep 23, 2025 by babariviere Loading… updated Sep 24, 2025
fix: Support multi-argument version of unnest
#3738 opened Dec 6, 2024 by charithe Loading… updated Sep 23, 2025
Add support for ignoring DDL statements using -- sqlc:ignore
#3458 opened Jun 21, 2024 by lisitsky Loading… updated Sep 18, 2025
fix(sqlite): introduce "update from..." to the parser size:S This PR changes 10-29 lines, ignoring generated files.
#3610 opened Sep 15, 2024 by IdoKendo Loading… updated Sep 16, 2025
fix(postgresql): Support selecting from a function size:XL This PR changes 500-999 lines, ignoring generated files. 🔧 golang
#4103 opened Sep 12, 2025 by wickwirew Loading… updated Sep 12, 2025
Add $schema as expected property to config size:XS This PR changes 0-9 lines, ignoring generated files. 🔧 golang
#4102 opened Sep 12, 2025 by nivekithan Loading… updated Sep 12, 2025
Respect pg_catalog for PSQL when matches overrides size:L This PR changes 100-499 lines, ignoring generated files. 🔧 golang
#4101 opened Sep 10, 2025 by narma Loading… updated Sep 10, 2025
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… updated Aug 31, 2025
fix(engine/sqlite): added json_tree and json_each definitions size:XXL This PR changes 1000+ lines, ignoring generated files. 🔧 golang
#4054 opened Aug 11, 2025 by alixinne Loading… updated Aug 12, 2025
feat(sqlc): Support custom generic nullable types (e.g. sql.Null)
#3279 opened Mar 17, 2024 by gregoryjjb Loading… updated Aug 7, 2025
ProTip! Exclude everything labeled bug with -label:bug.