-
### Version
1.25.0
### What happened?
sqlc is not generating the params struct necessary for a copy-from query when your configuration specifies `query_parameter_limit`. This is on version 1.25.0.…
-
### Version
1.25.0
### What happened?
I tried to use a SQLite [UPDATE FROM](https://www.sqlite.org/lang_update.html#update_from) statement, but sqlc failed to parse it.
### Relevant log output
``…
-
goの中でどっちもまとめて返すエンドポイントは作成できるけど大変なのでsql書いたらその通りに取得するコード自動生成して欲しい
[sqlc preload Queries](https://github.com/kyleconroy/sqlc/tree/v1.4.0)参考になりそう
-
### Version
1.8.0
### What happened?
I'm not sure if it's a bug or I'm doing this thing in the wrong way
I expect `expDuration` to be a string type so the query would look like
```
UPDATE f…
-
### What do you want to change?
Given this query:
```sql
-- name: CategoryGetAllAndChildren :many
SELECT swipe_category.*,
sqlc.embed(swipe_sub_category)
FROM swipe_category
LEF…
-
### Version
1.25.0
### What happened?
A bug happened!
### Relevant log output
```shell
sqlc generate failed.
# package
query.sql:12:24: table alias "b" does not exist
```
### …
Panlq updated
9 months ago
-
Hello,
My application is working fine when I do not have any pops, but I have a requirement where I need to call a window (POP UP) in which data is loading in iframe, In that I need to fetch some det…
-
Hi, when a query return a myriad of objects, the slice based solution is not very efficient, it would be great if it was possible to have a way to return some kind of iterator on the rows, something l…
-
### What do you want to change?
Recently I had to write a plugin for slight alterations of the default behavior of the golang generator for postgres.
To build the plugin, I needed to
- copy over …
-
### What do you want to change?
I'm working on a repository where we have four sqlc-generated packages. Currently, sqlc generates the models.go file for each package; which leads to a lot of duplica…