- Notifications
You must be signed in to change notification settings - Fork 954
Pull requests: sqlc-dev/sqlc
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
A better example for This PR changes 0-9 lines, ignoring generated files.
no-delete
rule to match all case raw sql for delete size:XS #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 This PR changes 100-499 lines, ignoring generated files. 🔧 golang
emit_pointers_for_null_types
in MySQL size:L #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…
Update postgresql_type.go - check notNull and emitPointersForNull before SQLDriver size:S This PR changes 10-29 lines, ignoring generated files. 🔧 golang
#3839 opened Feb 12, 2025 by theAnuragMishra Loading…
feat(codegen): expose DBTX inside Queries when This PR changes 100-499 lines, ignoring generated files. 🔧 golang
expose_db_connection
is enabled size:L #3803 opened Jan 23, 2025 by quantumsheep Loading…
Add support for nullable json fieds in MySQL. size:S This PR changes 10-29 lines, ignoring generated files. 🔧 golang
#3778 opened Jan 7, 2025 by advait Loading…
Passing SQLite comments to the generated struct size:S This PR changes 10-29 lines, ignoring generated files.
#3766 opened Dec 27, 2024 by oxisto Loading…
Add BeginTX func size:S This PR changes 10-29 lines, ignoring generated files. 🔧 golang
#3757 opened Dec 22, 2024 by alexsuslov Loading…
fix: Add json_tags_id_uppercase functionality to the JSON style PascalCase
#3747 opened Dec 15, 2024 by Lingkar Loading…
fix(postgresql): set query result column nullable if selected column contains json operator or null value in case expression size:XL This PR changes 500-999 lines, ignoring generated files.
#3739 opened Dec 10, 2024 by swallowstalker Loading…
fix error in same name column reference "id" is ambiguous
#3727 opened Nov 28, 2024 by dingyuanhong Loading…
feat: default schema configuration for postgresql size:S This PR changes 10-29 lines, ignoring generated files.
#3668 opened Oct 21, 2024 by prog8 Loading…
fix(compiler): fix typename comparison in function overloading
#3661 opened Oct 18, 2024 by prog8 Loading…
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…
ProTip! Filter pull requests by the default branch with base:main.