-
```
/home/curators/work/unpack-dir/unpacked/hasql-migration-0.3.0-55e3dfca36ffe0d11e1c42bce446e3cc1d5b9a4983e196ec99c650c8b426884
5/test/Hasql/MigrationTest.hs:17:61: error: [GHC-35373]
…
juhp updated
3 months ago
-
Currently hasql-transaction retries infinitely on code `40001` , this causes problems on replicas as mentioned on https://github.com/PostgREST/postgrest/issues/3673.
Would it be possible to make th…
-
Hi!
I see that the current version of the project already depends on `postgresql-binary`, and I wonder to what extent it could integrate with hasql Connections and Sessions. As my projects already …
-
## Problem
On a read replica, this happens:
```
GET /rpc/xx..
Jul 22 23:21:04 [redacted] postgrest[115960]: 22/Jul/2024:23:21:04 +0000:
{"code":"40001",
"details":"User query might have n…
-
Opaleye itself is already built on postgresql-simple, so it seems a bit strange to me to build on top of opaleye but use hasql, leading to rel8 having both as (transitive) dependencies. It also seems …
-
is your work on the experimental version on hold for now?
-
`hasql` shows better benchmark results than PGSQL library.
It would be more secure and faster, if `opaleye` could support it.
@tomjaguarpaw I open the ticket in case there is a future work on th…
-
When running the [memory tests](https://github.com/PostgREST/postgrest/blob/902e4e8921779346adc19ff6690d03820be2b797/test/memory/memory-tests.sh#L103-L119):
```
$ nix-shell --arg memory true
$ po…
-
In Stackage Nightly:
```
Building executable 'mallard' for mallard-0.6.1.1..
[1 of 1] Compiling Main ( app/Mallard.hs, dist/build/mallard/mallard-tmp/Main.o )
app/Mallard.hs:21:1: …
-
```haskell
λ> :set -XOverloadedStrings
λ>
λ> import Hasql.Connection
λ> import Hasql.Session
λ> import Hasql.Statement
λ> import Hasql.Decoders as HD
λ> import Hasql.Encoders as HE
λ> Right c…