Skip to content

Issues: sqlc-dev/sqlc

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Issues list

Does it support logging of executed SQL? enhancement New feature or request triage New issues that hasn't been reviewed
#3362 opened May 2, 2024 by zzhaolei
Missing columns not being detected bug Something isn't working triage New issues that hasn't been reviewed
#3355 opened Apr 28, 2024 by strackfeldt
Fails if structure is mysqldump containing rocksdb_has_p_s_session_variables bug Something isn't working triage New issues that hasn't been reviewed
#3353 opened Apr 25, 2024 by halkeye
Basic usage - relation "x" does not exist bug Something isn't working triage New issues that hasn't been reviewed
#3350 opened Apr 22, 2024 by eyal-solomon1
Incorrect code gen without bug Something isn't working triage New issues that hasn't been reviewed
#3348 opened Apr 20, 2024 by nexovec
Temp table created using schema.sql is not insertable. bug Something isn't working triage New issues that hasn't been reviewed
#3345 opened Apr 18, 2024 by adi-kmt
Interpret schema migrations numerically enhancement New feature or request triage New issues that hasn't been reviewed
#3344 opened Apr 17, 2024 by maxfilov
Determine which indices are needed for efficient execution of a query enhancement New feature or request triage New issues that hasn't been reviewed
#3343 opened Apr 17, 2024 by mitar
Query "SELECT * FROM unnest(..)" has wrong generated code bug Something isn't working triage New issues that hasn't been reviewed
#3342 opened Apr 16, 2024 by AntonOcean
Generate fails for UPDATE ... FROM (...) with subquery bug Something isn't working triage New issues that hasn't been reviewed
#3341 opened Apr 16, 2024 by AntonOcean
query execlastid for pgx/v5 is silently ignored bug Something isn't working triage New issues that hasn't been reviewed
#3338 opened Apr 15, 2024 by mishak87
1.26.0 crashes on subquery without alias bug Something isn't working triage New issues that hasn't been reviewed
#3337 opened Apr 15, 2024 by mishak87
getting-started-sqlite.md - wrong return value of queries.CreateAuthor bug Something isn't working triage New issues that hasn't been reviewed
#3336 opened Apr 15, 2024 by powellnorma
Not recognizing sqlc.arg after ON CONFLICT. bug Something isn't working triage New issues that hasn't been reviewed
#3334 opened Apr 13, 2024 by mondy
mysql copyfrom method not included in generated querier interface bug Something isn't working triage New issues that hasn't been reviewed
#3333 opened Apr 13, 2024 by yougg
The input for the comparison to the sum of length should be of type int. bug Something isn't working triage New issues that hasn't been reviewed
#3332 opened Apr 13, 2024 by mondy
The sum of lengths becomes a float instead of an int. bug Something isn't working triage New issues that hasn't been reviewed
#3331 opened Apr 13, 2024 by mondy
Generate fails for UPDATE with JOIN bug Something isn't working triage New issues that hasn't been reviewed
#3329 opened Apr 11, 2024 by lushenle
Generated query will return row struct instead of table model struct selecting columns out of defined order. bug Something isn't working triage New issues that hasn't been reviewed
#3328 opened Apr 11, 2024 by meblum
Cannot pass empty values for sqlc.slice bug Something isn't working triage New issues that hasn't been reviewed
#3327 opened Apr 9, 2024 by pengux
Ambiguous column checking creates false positives bug Something isn't working triage New issues that hasn't been reviewed
#3325 opened Apr 5, 2024 by ncabatoff
Cannot filter and sort on columns from a subselect bug Something isn't working triage New issues that hasn't been reviewed
#3311 opened Apr 3, 2024 by superpan
sqlite: bulk insert / copyfrom equivalent enhancement New feature or request triage New issues that hasn't been reviewed
#3305 opened Mar 31, 2024 by wilsonehusin
Can't generate only schema without queries enhancement New feature or request triage New issues that hasn't been reviewed
#3289 opened Mar 23, 2024 by qanghaa
ProTip! Exclude everything labeled bug with -label:bug.