-
There's a version `2.x.x` of `db_connection` released that works with `ecto 3`, and newer versions of `postgrex`, `mariaex`, and `mongodb`. These have been upgraded in air, but cloak still uses the ol…
obrok updated
4 years ago
-
```bash
=CRASH REPORT==== 3-Apr-2018::10:38:44 ===
crasher:
initial call: Elixir.DBConnection.Connection:init/1
pid:
registered_name: []
exception exit: {#{'__exception__' => …
-
Thanks for working on this lib. Could you please update the deps requirements?
Otherwise, I'm getting this error (with `phoenix 1.4.0`):
```
$ mix deps.get
Resolving Hex dependencies...
Failed…
-
Hi, @adrienmo,
Sometime, unexpectedly, the neo-scan api and sync dockers are crashing here in our experiments.
I believe it is because we are making several requests and docker were not fully read…
-
Hi!
In case of DB disconnection and (probably short) DB unavailability phoenix_pubsub_postgresql crashes constantly on restarts and as a result, crashes the whole supervisors tree. I would love to …
-
I got this error while compiling deps
```elixir
== Compilation error in file lib/ex_debug_toolbar/collector/ecto_collector.ex ==
** (CompileError) lib/ex_debug_toolbar/collector/ecto_collector.ex…
-
I'm getting this issue when trying to install
{:terminator, "~>0.5.2"}
Resolving Hex dependencies...
Failed to use "postgrex" (version 0.16.2) because
ecto_sql (version 3.7.2) require…
-
# 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://github.c…
-
### Elixir version
1.17.0-dev
### Database and Version
PostgreSQL 14
### Ecto Versions
Ecto 3.11
### Database Adapter and Versions (postgrex, myxql, etc)
postgrex 0.17.5
### Current behavior
…
-
I would love to see support for the native MS-SQL `uniqueidentifier` datatype.
## Expected Behavior
Mapping `:binary_id` to `uniqueidentifier`
## Current Behavior
Currently data returned with …