-
Tributary currently has dependency on Postgrex "~> 0.11.2" but Postgrex is now at 0.12.1.
-
```
Because your app depends on ecto_interval ~> 0.2.5 which depends on postgrex ~> 0.14.0 or ~> 0.15.0 or ~> 0.16.0, postgrex ~> 0.14.0 or ~> 0.15.0 or ~> 0.16.0 is required.
So, because your app d…
-
### Elixir version
1.17.0
### Database and Version
Any
### Postgrex Version
Not yet supported
### Current behavior
Postgrex.Duration is not supported.
### Expected behavior
We should support …
-
I tried running the tests from my company's repo using the master branch and it fails. It seems that now it tries to add the `deleted_at IS NULL` query where it shouldn't. Here's a sample of the error…
-
mix ecto.create gives the following error :
17:24:53.571 [error] GenServer #PID terminating
** (ArgumentError) argument error
:erlang.element(1, :error)
(postgrex) lib/postgrex/utils.e…
-
I just started to work with adding TypeIDs to my app and immediately ran into issues with `belongs_to`. I've looked at the other issues and I did get it to work by using `define_field: false` and a se…
-
We see such errors in the logs:
```
2023-05-04T10:04:41.929 [error] Task #PID started from #PID terminating
** (DBConnection.EncodeError) Postgrex expected an integer in -9223372036854775808.…
-
**Describe the bug**
When updating the credentials, we encounter an error indicating that something unexpected happened. Upon debugging, we found that its getting a timeout error, basically when we u…
-
I was looking for some guidance on how to properly use deferred_config when running mix tasks. In particular this is for running ecto tasks.
First, here is my test config.
```
use Mix.Config…
-
Hello, I had a crash when CockroachDB updates its version from 19.1 to 19.2, I got this error:
```
{ “error”: { ... }, “log”: “GenServer #PID terminating
** (DBConnection.ConnectionError) client …