-
E.g. if I change the `hasql` dependency via `nix/overlays/haskell-packages.nix`, I'd like to be able to reformat `haskell-packages.nix` using `nix-shell --run postgrest-style` without rebuilding `hasq…
-
### Environment
* PostgreSQL version: PostgreSQL 14.5 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-10), 64-bit
* PostgREST version: PostgREST 10.0.0
* Operating …
-
> > This might also make it easier to write a simple extension that checks the statements against a schema at test time (i.e. given db connection, check these sql files).
>
> Why do you think you n…
-
### Issue description
We're using `jmoiron/sqlx` library to insert data to CH database.
When I switched project to use `clickhouse-go/v2`, inserting object with field `time.Time` with zero value (00…
-
nice example:
http://package.elm-lang.org/packages/jamesmacaulay/elm-graphql/1.0.0/GraphQL-Request-Builder#enum
-
## Problem
When doing:
```
$ postgrest-with-postgresql-16 -f test/spec/fixtures/load.sql postgrest-run
```
```sql
select pg_terminate_backend(pid) from pg_stat_activity where application_nam…
-
Since "Session a" is isomorphic to "Connection -> IO (Either QueryError a)", it's relatively simple to integrate it with a custom application monad when using plain Hasql. With Hasql.Pool things get a…
-
*Scenario*:
- I call `hasql.NewCluster` with three nodes. One node is unreachable ("context deadline exceeded").
- All further calls to `Cluster.WaitFor*` return an error.
- Calls to `Cluster.Aliv…
-
Hi!
I'm trying to use a stored procedure within `resultlessStatement`, but the parser complains as soon as it sees the `call` keyword in my query body. Is it supported by the parser, or should I fa…
-
Hi, I wonder how one would have this with hasql?