-
### Version
1.27.0
### What happened?
Hello,
I have one view with "pg_statio_all_tables" table and I can't generate code for this view. I don't know how I can continue with this view and sqlc.
…
-
### Version
1.27.0
### What happened?
Using a function in the VALUES clause of an INSERT statement breaks struct field name generation.
### Database schema
```sql
CREATE TABLE authors …
-
We should support Searching and Sorting on the Templates page.
1. Searching: Search for templates by name
2. Sorting: Sort the default order by any Column
3. ~Filtering: Filtering does not make …
-
### Version
1.26.0
### What happened?
Been playing with this since yesterday - I have a sample query that is modified to remove columns and change table names.
Starting to dig into this in earne…
-
### Version
Other
### What happened?
I am writing a service which can receive uint32 values that it has to persist in a postgres database. I am using sqlc to generate the go code to interact with t…
-
### Version
1.27.0
### What happened?
I want to type-cast some query variables but it doesn't compile
### Relevant log output
```shell
❯ sqlc generate
line 15:8 no viable alternative …
-
the order by clause in the :many definition query should be set dynamically
```
-- name: ListOrders :many
select * from order where status = $1 order by @orderBy::text;
```
**Generated**
…
-
### Version
1.25.0
### What happened?
Sqlc encounters issues when attempting to recognize table aliases specified within the WHERE clause, particularly when filtering selections using the syntax al…
-
Support dynamic table prefix specification in the mysql and pgsql storage backends. E.g. you can specify "mynano_" as the prefix and it would get prepended to the table names like "mynano_devices".
-
### What do you want to change?
See prior #1442 #930 #1076 #2207
[ngrok/sqlmw](https://github.com/ngrok/sqlmw) provides `database/sql` interface interceptors (middleware), but does not work with…