-
Postgres ranges have convenient operators for doing set math on ranges. We can extend the Ecto DSL to provide convenience macros for working with these operators
e.g.
```sql
CREATE TABLE reserv…
-
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…
-
**Is your feature request related to a problem? Please describe.**
`Ecto` has `drop_param`. (https://hexdocs.pm/ecto/Ecto.Changeset.html#cast_assoc/3-custom-actions) I want to do same thing with Ash,…
-
Hi there,
I'm working with an Oracle 21 XE database and aiming to utilize Elixir/Phoenix/Ecto in this project. I'm attempting to implement this driver to connect to the Oracle database, but I'm enc…
-
Ecto queries for getting device metrics that could be more efficient:
- Getting the latest metric set: get all in same query instead of one per key
- Getting all metrics for a device: Same query f…
-
At first that might seem like a silly question, but it is an important one.
It is a list of "changes". But represented as a key -> value map, what is the meaning of the key portion?
Is it an Ect…
-
**Describe the bug**
I don't think this is a bug, I'm just not sure why I get "source_unavailable" for my Ecto metrics.
**Expected behavior**
I see in the code:
```
defp ecto_query_tag_va…
-
**Description**
Peri schemas should be parseable as `Ecto.Changesets` and vice versa. This allows the Peri library to be as extensive as possible while providing seemanless integration and retrocompa…
-
### Describe the Bug
Red errors when I run mix test for spring_auth_test.exs
### Reproduce the bug
```
mix test pathto/spring/spring_auth_test.exs
```
### Screenshots
_No response_
### Additio…
-
It's nice to see slow queries coming from Ecto in the dashboard. However, oftentimes it's really hard to match the query to the code that emits it. For example, I'm looking at a vast codebase that spa…
gmile updated
2 months ago