-
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.17.2
### What happened?
I can't seem to be able to install sqlc on my system. Even though I have the GCC compiler in my system.
![Screenshot (778)](https://github.com/kylecon…
-
Lately I've been learning the gozero official recommended project "[zeromall](https://github.com/zeromicro/zeromall)". When I'm doing some queries on the following order table, some unexpected errors …
-
### Version
1.18.0
### What happened?
sqlc generates queries using numbered parameters, but if a `sqlc.slice` comes before other parameters, the numbers will no longer match.
### Relevant…
-
### Version
1.25.0
### What happened?
I have some table A and I made a LEFT JOIN on table B, but i used the `sqlc.embed(b)` on the table that I joined and unfortunately, I got non-nullable types.
…
-
Not sure if it's possible with the model of sqlexpr, but it would be nice in if the following code, the `should_fail` SQL queries were detected by `auto_check_db`.
```ocaml
module Sqlexpr = Sqlexp…
-
### Version
1.25.0
### What happened?
When left joining two (or more) tables, where the selected values are embedded into structs using `sqlc.embed`, an error occurs when the joined table row…
-
### Version
1.27.0
### What happened?
I have Postgresql schema where I define overloaded function to handle many column types.
```
CREATE FUNCTION foo(text)
CREATE FUNCTION foo(text[])
…
prog8 updated
1 month ago
-
I have developed a version of pgquery for Go that uses WebAssembly and wazero
https://github.com/wasilibs/go-pgquery
This means that it enable the library to be used without cgo, notably meaning…
-
### Version
1.26.0
### What happened?
```sql
-- name: ListTemplates :many
SELECT *
FROM templates
WHERE (sqlc.arg(in_user_id) != TRUE OR user_id IN (sqlc.slice(user_ids)))
AND (sqlc.arg(gt_u…
aimuz updated
4 months ago