-
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.23.0
### What happened?
When using `sqlc.embed` on something in combination with a `LEFT JOIN`, meaning that the embedded table may be null, sqlc fails to parse the result when …
-
### What do you want to change?
Today `catalog.Catalog` has a field called `SearchPath`. The only place it is configured is hardcoded and is part of catalog initialization [here](https://github.com/s…
prog8 updated
2 weeks ago
-
С помощью либы sqlc подготовить код с запросами к БД.
## TODO
- SQL код разместить в `internal/database/backend/queries`
- генерируемый код и yaml настройки sqlc в `internal/database/backend/`
- в…
-
### Version
1.27.0
### What happened?
Consider this query:
```
SELECT *
FROM table1 AS t1 JOIN table2 AS t2
ON t1.fk = t2.fk
AND t1.fk IN (sqlc.slice('IDs')) OR t2.fk IN (sqlc.slice('ID…
-
### Version
1.23.0
### What happened?
A SQL type `timestamp with time zone` is not recognized as `timestamptz` when `timestamptz` is overridden with `time.Time`.
as mentioned by @andrewmbe…
-
Hello,
I don't really have much to go on here, but I am getting a few reports of this from the play store. Any suggestions as to what might be going wrong or how to proceed would be much appreciate…
-
### Version
1.26.0
### What happened?
When creating WITH statements in SQL, I've noticed that if I was to use `COALESCE` within a WITH that updates data, that it would result in `sqlc generat…
-
Please go to comment https://github.com/sqlc-dev/sqlc/issues/3457#issuecomment-2199851963 for a more concise reproduction of the bug.
### Version
1.26.0
### What happened?
When calling an …
-
### What do you want to change?
### Context:
- Techstack I'm used:
- go version go1.21.6 linux/amd64
- kjconroy/sqlc:latest image
- config yaml file: v2
- I want to replace generated que…