Skip to content

issues Search Results · repo:sqlc-dev/sqlc language:Go

Filter by

0 results
 (88 ms)

0 results

insqlc-dev/sqlc (press backspace or delete to remove)

Version 1.29.0 What happened? Given the query and structure of the tables, the generated Go params for this request looks like this: type ListUsersParams struct { Role string AppLimit string ...
📚 mysql
bug
💻 darwin
🔧 golang
  • tru-axo
  • Opened 
    yesterday
  • #4011

What do you want to change? https://docs.sqlc.dev/en/latest/howto/prepared_query.html I think this should also mention that you have to use sqlc.Prepare instead of sqlc.New. As otherwise no one would ...
enhancement
  • kaaax0815
  • Opened 
    3 days ago
  • #4008

What do you want to change? Hi! Thanks so much for your work on SQLC. Would you accept a PR that exposed a few of the CLI functions as a library? Happy to submit one if so! What database engines need ...
enhancement
  • emarx
  • Opened 
    4 days ago
  • #4007

Version 1.29.0 What happened? Image The mysql driver is converted normally. Found this issue only on pgsql. Relevant log output Database schema CREATE TABLE users( id BIGSERIAL PRIMARY ...
📚 postgresql
bug
💻 windows
🔧 golang
  • 1514599514
  • 3
  • Opened 
    6 days ago
  • #4003

What do you want to change? Hi, I d like if it were possible to disable sqlc s checks on uniqueness of queries, and let that be handled by the generation plugin. I d like to be able to do this: await ...
enhancement
  • tvallotton
  • Opened 
    8 days ago
  • #4001

Version 1.29.0 What happened? Hi, first off, thanks for the project! Secondly, at the moment sqlc.embed only allows identifiers in it, but it doesn t allow quoted identifiers, which are sometimes necessary. ...
📚 postgresql
bug
  • tvallotton
  • Opened 
    13 days ago
  • #3999

Version 1.29.0 What happened? I had a similar issue as https://github.com/sqlc-dev/sqlc/issues/3781 trying to insert DEFAULT VALUES RETURNING id but getting the same failure as in that issue. To simplify ...
📚 sqlite
bug
  • teepark
  • 2
  • Opened 
    13 days ago
  • #3998

Version 1.29.0 What happened? Hey there. I’m working on a project that relies on Postgres and Atlas, so sqlc is configured to get the schema from the migrations directory. Recently, I was implementing ...
📚 postgresql
bug
🔧 golang
  • Aeron
  • Opened 
    14 days ago
  • #3997

Version 1.29.0 What happened? relation params does not exist error; this is perfectly valid in sqlite. Relevant log output Database schema SQL queries Configuration Playground URL https://play.sqlc.dev/p/c67419a694a45edf2fc0a35f7db018f792ce4733f27e5e3a3907906f43ba4253 ...
📚 sqlite
bug
  • Mehgugs
  • 2
  • Opened 
    14 days ago
  • #3996

Version 1.29.0 What happened? I have a table with a TEXT[][], for which I have both an insert and a select statement. The select statement correctly returns a struct with a [][]string field, but the ...
📚 postgresql
bug
🔧 golang
  • jmbit
  • Opened 
    18 days ago
  • #3992
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub