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

Improve nullability evaluation
#2858 opened Oct 15, 2023 by lorenz Loading… updated Dec 4, 2023
Improve table catalog lookups
#2857 opened Oct 15, 2023 by lorenz Loading… updated Dec 4, 2023
Enable custom handling of prepared queries
#2618 opened Aug 14, 2023 by Jille Loading… updated Dec 4, 2023
Add a config flag to add a context key with the current query name
#2617 opened Aug 14, 2023 by Jille Loading… updated Dec 4, 2023
feat(golang): support custom enum slices for pgx/v5
#2510 opened Jul 24, 2023 by toqueteos Loading… updated Dec 4, 2023
Support :many key=group_id to return a map instead of a slice
#2376 opened Jun 28, 2023 by Jille Loading… updated Dec 4, 2023
Allow for extra parameters to the queryType
#2375 opened Jun 28, 2023 by Jille Loading… updated Dec 4, 2023
Improve support for SQL functions that return tables
#1973 opened Nov 30, 2022 by jrperritt Loading… updated Dec 4, 2023
feat(ast): First-pass implementation of SQL MERGE
#3066 opened Dec 18, 2023 by andrewmbenton Draft updated Dec 18, 2023
feat(analyzer): Implement parameter type annotations
#3075 opened Dec 21, 2023 by andrewmbenton Draft updated Dec 21, 2023
Add single query preparation
#3136 opened Jan 15, 2024 by darkfeline Loading… updated Jan 18, 2024
fix(mysql): Fix the generation of between keyword in CTE
#3164 opened Jan 28, 2024 by eyasy1217 Loading… updated Jan 28, 2024
fix(engine/sqlite): added json_tree and json_each definitions
#2570 opened Aug 3, 2023 by orisano Loading… updated Jan 29, 2024
Support RETURNS TABLE similar to OUT parameters
#3175 opened Feb 2, 2024 by mariusavos Loading… updated Feb 2, 2024
Add existing generatePackageID to the single import spec parsing
#3246 opened Mar 5, 2024 by mrmelon54 Loading… updated Mar 5, 2024
enable go_struct_tag on column types
#3287 opened Mar 22, 2024 by emanuelturis Loading… updated Mar 22, 2024
fix: table alias can not find column
#3293 opened Mar 26, 2024 by nusr Loading… updated Mar 26, 2024
feat(nulltest): null test returns a non-null bool
#3297 opened Mar 28, 2024 by mariusavos Loading… updated Mar 28, 2024
Added support to add open-tracing on go mysql
#3335 opened Apr 14, 2024 by devlibx Loading… updated Apr 15, 2024
fix(mysql): Handle null MySQL JSON values (#129)
#3356 opened Apr 29, 2024 by 0n1shi Loading… updated Apr 29, 2024
feat(compiler): Support subqueries in the FROM clause
#3322 opened Apr 4, 2024 by Jille Loading… updated May 7, 2024
Added MySQL System Catalogs
#3442 opened Jun 13, 2024 by terricain Loading… updated Jun 13, 2024
fix(resolve): fix resolving reference to CTEs
#3220 opened Feb 25, 2024 by simonklee Loading… updated Jul 1, 2024
hacky support for Postgres schemas w/ runtime interpolation
#3370 opened May 9, 2024 by bgentry Draft updated Jul 15, 2024
ProTip! Filter pull requests by the default branch with base:main.