-
I've just had an installation session with Oliver from TWT (regarding the Roche project). For test purposes, he decided to use the latest Docker image of PostgreSQL for the air database. With this dat…
-
# Bug report
- [x] I confirm this is a bug with Supabase, not with my own application.
- [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://gith…
-
ideally, we should do this after_transaction?
```
[error] Postgrex.Protocol (#PID) disconnected: ** (DBConnection.ConnectionError) client #PID timed out because it queued and checked out the conne…
-
This is mostly for information purpose, I've got several ways to figure this out but I log it here in case it can help anyone.
So I've got :
```
11:46:29.323 [error] Postgrex.Protocol (#PID) fa…
-
SELECT pg_terminate_backend(pg_stat_activity.pid)
FROM pg_stat_activity
WHERE pg_stat_activity.datname = 'phoenix_blog'
AND pid pg_backend_pid();
Elixir or Ecto specifically restarts the connectio…
-
### Description
We are getting a lot of the following errors, and would like so help in understanding how to fix them. This is happening locally, and in our ECS cluster in AWS.
### Errors
```
…
-
A new version of `connection` is released `v1.1.0` - https://hex.pm/packages/connection. The Sonix package pins the `connection` dependency to `~> 1.0.4` which makes it impossible to use this library …
-
We need to setup ci to test compiling and using various elixir projects.
Projects known to currently work :
- json
- decimal
- postgrex
Suggested projects :
- nx
- exla
- broadwa…
-
I don't know if this is expected since it is the first time I used Honeybadger, but most of the errors I'm receiving are encapsulated inside `ErlangErrors`. For example this one:
![image](https://u…
-
I am trying to do a `select st_envelope(...)::box2d` and I get the error:
```
* (Postgrex.QueryError) type `box2d` can not be handled by the types module Test.PostgresTypes
```
D4no0 updated
3 years ago