-
### Version
1.26.0
### What happened?
I'm integrating sqlc into an existing golang project using Goose. When I run sqlc generate I'm getting the following error:
migrations/0036_source_table_emb…
-
It seems that inserting conditions via a preformatted string in a statement does not work. More precisely, consider the follwing piece of code:
``` ocaml
module Sqlexpr = Sqlexpr_sqlite.Make(Sqlexpr_…
Gbury updated
8 years ago
-
### Version
1.25.0
### What happened?
SQLite requires a `PRAGMA` query to enable foreign key constraints. Unfortunately, sqlc does not seem to recognise `PRAGMA` as a valid query, and actuall…
-
# 为什么要旗帜鲜明地反对 orm 和 sql builder
[http://xargin.com/you-should-avoid-orm-and-sql-builder/](http://xargin.com/you-should-avoid-orm-and-sql-builder/)
-
# Feature request
When using the supabase TS client, it automatically generates types based on the DB Schema. It would be amazing if we could do the same thing using Golang. I understand this would…
-
Hey all 👋
## Problem
I hit a snag today when using pgx/v5.
I'm running into an issue where my postgres queries sometimes fail due to databases that I'm hitting live behind pgbouncer.
After some…
-
It has been a while since I last used goose, and now I am trying to integrate it in my current project.
Due to the way we generate our SQL code (we use a generator called [sqlc](https://github.com…
-
If I create a `DataFrame` through `SapSQLContext` and invoke an SQL that performs a join, it fails with a serialization exception. However, an identical code works fine with the plain `SQLContext`. He…
-
### Version
1.24.0
### What happened?
Can't generate the files, because it seems it can't unmarshal the `sqlc.yaml` file.
### Relevant log output
```shell
go run -mod=mod github.com/sqlc-dev/sqlc…
-
### 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 (…