-
### 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
``…
-
### Version
1.11.0
### What happened?
When a migration we did created a new column with a default value, and later we changed it to be the primary key, sqlc did not detect it as a primary key, and …
-
The `backup` command should take an optional text argument indicating the destination of the backup file. Some possibilities:
`dampf backup -` output to stdout
`dampf backup foo` output file name…
-
### 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…
-
### 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
-
### 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…
-
The database backends are all based on SQL queries "compiled" using SQLC to Go code. So it shouldn't be too difficult to add another support for MySQL on top of Postgres and SQLite. Would anyone be in…
-
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…
-
### Version
1.12.0
### What happened?
When running sqlc v1.12.0
➜ sqlc compile
\# package db
sql/query/advanced.sql:3:84: column "key" does not exist
It appears sqlc compile is not a…
-
### 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…