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

Set the default schema name from configs.
#2966 opened Nov 11, 2023 by debugger84 Loading… updated Jul 21, 2024
fix(normalized): table and column names should not be normalized
#3513 opened Aug 1, 2024 by a-berahman Draft updated Aug 2, 2024
[DRAFT] add raw explain
#3581 opened Sep 5, 2024 by rucciva Loading… updated Sep 19, 2024
Draft: clickhouse engine
#3294 opened Mar 26, 2024 by CNLHC Draft updated Oct 21, 2024
Made Raw Comments Available to Plugins
#3591 opened Sep 8, 2024 by Smithx10 Loading… updated Nov 25, 2024
fix(sqlite): Fix ADD COLUMN without typename
#3378 opened May 12, 2024 by dvob Loading… updated Nov 25, 2024
feat: add "use_interface_return_types" option
#3125 opened Jan 11, 2024 by Jesse0Michael Loading… updated Nov 25, 2024
feat(sqlc): support emit_pointers_for_null_types for enums
#3093 opened Jan 2, 2024 by godwhoa Loading… updated Nov 25, 2024
Fix Type Inference for Array Comparisons in SQL Queries
#3084 opened Dec 26, 2023 by cmkqwerty Loading… updated Nov 25, 2024
Make sqlc.embed compatible with pgFormatter and sql-formatter
#3431 opened Jun 8, 2024 by Dragon-Huang0403 Loading… updated Nov 25, 2024
fix error in same name column reference "id" is ambiguous
#3727 opened Nov 28, 2024 by dingyuanhong Loading… updated Nov 28, 2024
Generate nullable value from subselect statements triage New issues that hasn't been reviewed
#2275 opened May 9, 2023 by ryu-ichiroh Loading… updated Dec 5, 2024
fix: Add json_tags_id_uppercase functionality to the JSON style PascalCase
#3747 opened Dec 15, 2024 by Lingkar Loading… updated Dec 20, 2024
Add BeginTX func size:S This PR changes 10-29 lines, ignoring generated files. 🔧 golang
#3757 opened Dec 22, 2024 by alexsuslov Loading… updated Dec 22, 2024
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… updated Dec 27, 2024
Add support for ignoring DDL statements using -- sqlc:ignore.
#3130 opened Jan 12, 2024 by sgielen Loading… updated Jan 2, 2025
dolphin: Fix the return type of SUM()
#3223 opened Feb 26, 2024 by Jille Draft updated Jan 7, 2025
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… updated Jan 7, 2025
Fixes to table inheritance
#3354 opened Apr 25, 2024 by dbhoot Loading… updated Jan 20, 2025
feat(codegen): expose DBTX inside Queries when expose_db_connection is enabled size:L This PR changes 100-499 lines, ignoring generated files. 🔧 golang
#3803 opened Jan 23, 2025 by quantumsheep Loading… updated Jan 23, 2025
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… updated Jan 27, 2025
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… updated Feb 24, 2025
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… updated Mar 26, 2025
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… updated Mar 26, 2025
Make FTS5 columns nullable size:M This PR changes 30-99 lines, ignoring generated files. 🔧 golang
#3904 opened Mar 26, 2025 by ajeetdsouza Loading… updated Mar 26, 2025
ProTip! Exclude everything labeled bug with -label:bug.