-
![image](https://github.com/kysely-org/kysely-postgres-js/assets/30064028/df1a9d1a-95b2-4296-bb4f-bde76e42f2c8)
![image](https://github.com/kysely-org/kysely-postgres-js/assets/30064028/3422f25e-f2b1…
-
Deno.test tries to detect leaky async ops and error those out to the user. I believe I have found a case where deno outputs a false positive. The repro below will produce the following error
```ts
…
-
I'm using version 3.4.4.
My subscriptions stop working whenever they get a disconnection from the DB.
Is there a way to reconnect after a certain time?
This is the error I get when a disconnec…
-
The sql call below returns an empty array to the rows variable. I'm not sure how the query is being translated exactly (is there a way to see the generated query?) but I think throwing would be more u…
-
Right now we don't log a canceled request.
Needs confirmation.
-
When trying to build a react project doing: ` npm run build-dev`
I get a lot of **Could not resolve "path"** **Could not resolve "os"** **Could not resolve "crypto"**
And of course the build fail…
-
Hello,
in my table "account" the column "contact" is of the type `jsonb`. Using the following interface, I get an TS Error:
> error: TS2769 [ERROR]: No overload matches this call.
Overload 1 …
-
Tried simple deno 1.28.0 demo for Vite vanilla setup, not working.
```
$ deno --version
deno 1.28.0 (release, x86_64-apple-darwin)
v8 10.9.194.1
typescript 4.8.3
```
```
$ deno run -A npm:…
-
Hello. I discovered race condition with `sql.end()`.
It seems that if there are more queries queued than max pool size, something hangs.
I'm running on **deno 1.43.1** with **postgres.js v3.4.4*…
-
APM solutions, such as DataDog and New Relic can benefit from execution traces, such as OpenTelemetry, in order to provide useful runtime information about how queries are performing.
See how Prism…