issues Search Results · repo:sqlc-dev/sqlc language:Go
Filter by
1k results
(97 ms)1k results
insqlc-dev/sqlc (press backspace or delete to remove)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 yesterday
- #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 6 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 6 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 7 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
- 1
- Opened 7 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 11 days ago
- #3992
EDIT
Please see the below playground link for a simpler example of the problem:
https://play.sqlc.dev/p/e74602c31ef4ed0ab815ca78d505249bc3fa6268692bf940f04e4898ec35b953
Version
1.28.0
What happened? ...
📚 sqlite
bug
💻 windows
🔧 golang
Mehgugs
- 2
- Opened 11 days ago
- #3991
Version
1.29.0
What happened?
Using a CTE (WITH) before a SELECT statement with a ? argument in it (or sqlc.arg() call) - the argument is not detected
by SQLC causing a missing argument error. Below ...
📚 mysql
bug
💻 darwin
cjtheham
- Opened 14 days ago
- #3990
Version
1.29.0
What happened?
Hi there, I was trying out sqlc with sqlite in a small experiment and I was trying to find the right away to get related
rows as a slice in the go code. So I tried setting ...
📚 sqlite
bug
💻 linux
🔧 golang
Rick-Phoenix
- 2
- Opened 15 days ago
- #3988
Version
1.29.0
What happened?
Using string_agg results in a []byte instead of *string, or pgtype.Text, like I d expect. The order by in the examples
don t make a difference, it s wrong even without ...
📚 postgresql
bug
💻 linux
🔧 golang
angaz
- Opened 16 days ago
- #3987

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 IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
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 IssuesProTip!
Restrict your search to the title by using the in:title qualifier.