-
### Version
1.20.0
### What happened?
Generated query. GetAuthorParams should have field `Name` not `Rpad`.
```
const getAuthor = `-- name: GetAuthor :one
SELECT id, name, bio FROM autho…
-
### Version
1.22.0
### What happened?
Using postgres and "pgx/v5" is there any way to specify that any Nullxxx types should json.Marshal to null or the coresponding underlying type?
Doing a le…
-
### Version
1.20.0
### What happened?
I just generated a new sql.go file. The file ref. a PSQL tabe that has a nullable JSON column.
In the exported file the import is:
`import "github.com/ta…
-
### Version
1.12.0
### What happened?
```sql
SELECT
"UserRecords"."Username"
FROM
"Monitor"
JOIN ( SELECT DISTINCT ON ("User")
*
FROM
"User…
-
### Version
1.18.0
### What happened?
There seems to be a minor bug in checking ambiguous references when joning tables while using alias.
To reproduce, change the `sqlc/internal/endtoend/test…
-
### Version
1.15.0
### What happened?
Failure when SQLite identifiers are [quoted with double quotes](https://www.sqlite.org/lang_keywords.html), for example quoting a table name as `"test"` …
-
## What do you want to change?
_This proposal is a work in progress_
v5.0.0 of jackc/pgx is coming in September (https://github.com/jackc/pgx/issues/1273). The [changes are significant](https://…
-
### What do you want to change?
Calling stored procedures is currently impossible with the MySQL engine. Here's a playground link:
https://play.sqlc.dev/p/f89f9de548fed5f1a23e3372932d252e0d3d525…
-
### Version
1.9.0
### What happened?
Support for nullable columns in joins were added in v1.9.0. Unfortunately, it appears this doesn't extend to the auto-generated enum types. As can be seen in th…
-
### Version
1.21.0
### What happened?
I'm unsure if this is a bug or maybe a feature request.
When crafting a query, filtering with a `WHERE IS NOT NULL`, I'd (_maybe_ ?) expect this to be retu…