-
I'm trying to plug this awesome dataloader module. It's working as expected so far but I'm observing redundant ecto queries in the following scenario. Here are absinthe objects of my graphql schema:
…
-
Has anyone tried if this is compatible with ecto 3.0?
-
**Test environment:**
```
Erlang/OTP 25 [erts-13.1.2]
Elixir 1.14.2
ecto 3.10.3
ecto_sql 3.10.1
ecto_sqlite3 0.10.3
```
**Description:**
Suppose it, as a completely straightforward use cas…
-
Hi! First of all, thanks for this great lib :raised_hands:
Would you accept adding support for calculations with Decimals (namely [this Decimal library](https://github.com/ericmj/decimal), the one…
-
There is the option `identify_by_fields` used to infer the embedded schema type by the attributes it receives to cast. I'm thinking in a similar feature but looking at the value of a field of the pare…
-
```
[error] Task #PID started from AeCanary.ForkMonitor.SyncService terminating
** (Ecto.NoResultsError) expected at least one result but got none in query:
from b0 in AeCanary.ForkMonitor.Model.…
-
-
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…
-
```
** (ArgumentError) invalid option :null for field/3
(ecto 3.11.1) lib/ecto/schema.ex:2379: Ecto.Schema.check_options!/3
(ecto 3.11.1) lib/ecto/schema.ex:2017: Ecto.Schema.__field__/4
…
-
First of all, thank your for maintaining `cloak_ecto`!
I was wondering, in terms of usability, wouldn't it make sense for the library to throw an error when no cipher is configured?
As far as I…