-
### Environment
- Oban Version - 2.18.3 , oban_pro 1.4.13
- PostgreSQL Version - 14.13
- Elixir & Erlang/OTP Versions - Elixir 1.17.2, Erlang 27.0.1
- ecto - 3.12.4
- ecto_sql - 3.12.1
- postg…
-
**Describe the bug**
[v1.203.0](https://github.com/supabase/cli/releases/tag/v1.203.0) will not start without either:
disabling health checks
`supabase start --ignore-health-check`
or disablin…
-
### ArcadeDB Version:
24.10.1
### OS and JDK Version:
Running on Linux 5.15.153.1-microsoft-standard-WSL2 - OpenJDK 64-Bit Server VM 11.0.24
### Expected behavior
Should be able to con…
-
I'm trying to run the local development environment with docker, following the steps in the readme, but the "supabase-analytics" container doesn't start.
```
[+] Building 826.7s (13/13) FINISHED…
-
### Is your feature request related to a problem?
Hi there,
Reference issue: https://github.com/elixir-ecto/postgrex/issues/645
One cannot connect to questDB using the postgrex library which e…
-
While running the application the library works, but in tests it fails with this error *even when we turn on* `capture: :ignore`.
```
** (Postgrex.Error) ERROR 23502 (not_null_violation) null…
-
Thanks for sharing this, but the bot seems to be offline:
![grafik](https://github.com/user-attachments/assets/b039bf42-39f1-4fae-990c-4825e39acd08)
-
When importing a CSV with a list of books, I am getting a Postgrex error for an ISBN that contains a typo:
```elixir
%Postgrex.Error{
message: nil,
postgres: %{
code: :invalid_text_repr…
-
Hi,
Our regular Ecto repo is configured like this (it fetches credentials from AWS based on some configured role):
```elixir
# in runtime.exs
credentials = System.get_env("RDS_DB_IAM_ROLE_CRED…
-
### **Issue Summary**
When creating a transfer after upgrading from version 0.2.4 to 1.0.6, an error occurs during the operation. The PostgreSQL error ambiguous_function appears, indicating that an…