-
### What do you want to change?
I'm trying to make dynamic queries, to not update a column if given input is an empty string.
The `description` field is not recognized in the `Update` query.
Sa…
-
Did we miss any sort of property or method that would show the Path in the Backup History? We ended up using a bunch of T-SQL in `Get-DbaBackupHistory` as seen in the Path (`mediafamily.physical_devic…
-
### Version
1.18.0
### What happened?
Sqlc could not support table alias, the sql example is in below.
The error message is "table alias "t1" does not exist"
### Relevant log output
_No respon…
-
### Version
1.27.0
### What happened?
Have a simple ddl for an object in postgres. It uses a TYPE both as an ARRAY and also as a simple object. The sqlc.yaml has an override to map the TYPE (…
-
### Version
1.23.0
### What happened?
`sqlc` doesn't recognize subqueries created with `WITH` clauses, and marks them as non-existent relations.
### Relevant log output
```shell
sqlc g…
-
### Version
1.25.0
### What happened?
UPDATE statement with FROM subquery does not generate!
### Relevant log output
```shell
sqlc generate failed.
# package
query.sql:23:14: column "id" does …
-
### Version
1.10.0
### What happened?
I created a new postgresql type:
```
CREATE TYPE "location_coordinates" AS (
longitude double precision,
latitude double precis…
-
### Version
1.25.0
### What happened?
I've got a sveltekit project and I'm using sqlc to generate my sql code.
When I try to generate a query file located under a path that includes square…
-
### Version
1.12.0
### What happened?
running `sqlc generate` on a select statement that uses a subselect that includes a join operation results in an empty columnset
### Relevant log output
```s…
-
### Version
1.25.0
### What happened?
I am trying to set a custom struct tag but its not generated with the model.
### Relevant log output
```shell
// Code generated by sqlc. DO NOT EDIT.
// ver…