-
### What do you want to change?
Recently I had to write a plugin for slight alterations of the default behavior of the golang generator for postgres.
To build the plugin, I needed to
- copy over …
-
### Version
1.11.0
### What happened?
In v1.11.0, when I use an alias for a subquery table, sqlc will report an error for table alias does not exist, but when I change version to v1.10.0 everything…
-
### Version
Other
### What happened?
This is on version 1.11.0, main from today.
I have an enum field where one of the values is "-", eg, in this line from a create table:
```
`my_enum_field` …
-
Hi, when a query return a myriad of objects, the slice based solution is not very efficient, it would be great if it was possible to have a way to return some kind of iterator on the rows, something l…
-
I am creating two distinct functions but sqlc (both v1.7.0 and v1.8.0) seems to think they are the same function!
```sql
CREATE FUNCTION myfunction(text[], text[]) RETURNS real
LANGUAGE plpgs…
-
Reproduce Description :
**We already have an application on AppStore/play store with app version 1.0.0 after we update dependency from "@ionic/storage": "2.1.3", to "@ionic/storage": "2.2.0" and…
-
I'am not able to open database with an spp based on a API Level 33 build. In the past, API Level 32 and above i got no problems.
Anyone able to build a working app based in API Level 33?
-
### What do you want to change?
I use sqlc with a separate migration tool. While my migration tool doesn't require it, I generally like my migrations to be idempotent. In order to do that with custo…
-
👋
Really cool project! I'm not sure if you need to parse any of the incoming queries, but you can use the official PostgreSQL parser easily from Go: https://github.com/pganalyze/pg_query_go
I u…
-
goの中でどっちもまとめて返すエンドポイントは作成できるけど大変なのでsql書いたらその通りに取得するコード自動生成して欲しい
[sqlc preload Queries](https://github.com/kyleconroy/sqlc/tree/v1.4.0)参考になりそう