-
### How to specify or what is the way to define to create model for this MySQL procedure call?
**Procedure**
`CREATE PROCEDURE insert_author(IN _name VARCHAR(255),IN _bio TEXT)
BEGIN
INS…
-
seems that protoc-gen-connect-go is missing from ./gen.sh for authors ?
```sh
go install github.com/sqlc-dev/sqlc/cmd/sqlc@latest
go install github.com/bufbuild/buf/cmd/buf@latest
go…
-
### Version
1.26.0
### What happened?
A bug happened! Running:
```
go install github.com/sqlc-dev/sqlc/cmd/sqlc@latest
sqlc generate
```
errors with:
> relation "pg_matviews" doe…
-
### What do you want to change?
I'd like to be able to define part of a query, and then reuse that in other queries. I've called it fragments.
This is handy as it reduces duplication in the quer…
-
https://docs.sqlc.dev/en/latest/reference/query-annotations.html
-
### Version
1.27.0
### What happened?
I want to generate sql query using copyfrom annotations and got an error
### Relevant log output
```shell
# package bankstatement
error generating code:…
-
I just had a very confusing experience using modules for a solid hour, which was all caused because one of the tools I use renamed their HEAD branch from `master` to `main` and I hadn't noticed.
I …
-
### Version
1.27.0
### What happened?
When overriding int8 to uint it is not respected when using syntax like `.... _id = ANY($1::int8[])`;
Generated function creates int64 parameter instead of ui…
-
### Version
1.26.0
### What happened?
When use `:batchexec`, Generate file containing only the package name.
Create the following sql file
```sql
-- name:BulkInsertExample :batchexec
…
uh-zz updated
3 months ago
-