Groups
Groups
Sign in
Groups
Groups
elixir-ecto
Conversations
About
Send feedback
Help
elixir-ecto
1–30 of 863
Mark all as read
Report group
0 selected
Kevin Schweikert
Nov 14
[Proposal] Remap changeset error helper
Hey, i've been recently thinking about a solution when we have seperate schema for the UI/form
unread,
[Proposal] Remap changeset error helper
Hey, i've been recently thinking about a solution when we have seperate schema for the UI/form
Nov 14
John Dengis
Nov 14
Add support for "description" to Ecto schema fields
It's no secret that Ecto is the way that Elixir developers build schemas. Given how LLMs and data
unread,
Add support for "description" to Ecto schema fields
It's no secret that Ecto is the way that Elixir developers build schemas. Given how LLMs and data
Nov 14
benjamin...@gmail.com
,
José Valim
14
Oct 26
Can we improve how we work with prepared queries and how they are cached
Okay, I wrote a better benchmark to visualize by step how we do compared to Ecto. defmodule SQL.Repo
unread,
Can we improve how we work with prepared queries and how they are cached
Okay, I wrote a better benchmark to visualize by step how we do compared to Ecto. defmodule SQL.Repo
Oct 26
danie...@gmail.com
, …
Dario Heinisch
18
Oct 14
Proposal - values_from_columns
> Assuming 4 works, the feature we would need is the ability of merging two bindings into one, so
unread,
Proposal - values_from_columns
> Assuming 4 works, the feature we would need is the ability of merging two bindings into one, so
Oct 14
Vaughn Micciche
,
Greg Rychlewski
3
Oct 14
Postgrex error handling - what to do?
https://github.com/Wepinion/postgrex/tree/aurora-dsql all developed with claude -- so lots of commits
unread,
Postgrex error handling - what to do?
https://github.com/Wepinion/postgrex/tree/aurora-dsql all developed with claude -- so lots of commits
Oct 14
danie...@gmail.com
Oct 12
Proposal: Add Repo.select_all to return {row count, results} similar to update_all and delete_all
Currently, when fetching data with Repo.all/2, users have no way to obtain the count of returned rows
unread,
Proposal: Add Repo.select_all to return {row count, results} similar to update_all and delete_all
Currently, when fetching data with Repo.all/2, users have no way to obtain the count of returned rows
Oct 12
benjamin...@gmail.com
, …
José Valim
24
Sep 28
Ecto SQL sigil
Still working on a bigger benchmark, but early indication is that we're faster then Ecto even
unread,
Ecto SQL sigil
Still working on a bigger benchmark, but early indication is that we're faster then Ecto even
Sep 28
Egor Mikhnevich
,
Jon Rowe
2
Sep 17
[Proposal] JSON (OTP 27) adoption
I think switching to JSON would be a good idea. A new version would take care of the "breaking
unread,
[Proposal] JSON (OTP 27) adoption
I think switching to JSON would be a good idea. A new version would take care of the "breaking
Sep 17
Rodolfo Carvalho
,
José Valim
3
Jul 29
[Proposal] Support for list of structs as entries in Repo.insert_all/3
Thanks for the reply, makes total sense. I take back my proposal :) On Monday, July 28, 2025 at 12:24
unread,
[Proposal] Support for list of structs as entries in Repo.insert_all/3
Thanks for the reply, makes total sense. I take back my proposal :) On Monday, July 28, 2025 at 12:24
Jul 29
cevado
Jul 8
Allow nested schemaless changeset
https://gist.github.com/fcevado/3689bdf7d6aec1de1262485d4a53eddf the idea would be to use with option
unread,
Allow nested schemaless changeset
https://gist.github.com/fcevado/3689bdf7d6aec1de1262485d4a53eddf the idea would be to use with option
Jul 8
Thiago Majesk Goulart
Jun 24
Polymorphic embeds
Hi! This is something that I see myself needing time and time again while working with dynamic data (
unread,
Polymorphic embeds
Hi! This is something that I see myself needing time and time again while working with dynamic data (
Jun 24
Jared Mackey
, …
Greg Rychlewski
5
Jun 21
Support for Postgres 15 on delete set null/default column syntax
I don't see why not :). A contribution would be welcome. On Friday, June 20, 2025 at 10:45:45 PM
unread,
Support for Postgres 15 on delete set null/default column syntax
I don't see why not :). A contribution would be welcome. On Friday, June 20, 2025 at 10:45:45 PM
Jun 21
zekedou
Jun 20
Proposals on Repo.transact/2
`Repo.transact/2` is added in Ecto v3.13. That's great. In the intended design: - `Repo.transact/
unread,
Proposals on Repo.transact/2
`Repo.transact/2` is added in Ecto v3.13. That's great. In the intended design: - `Repo.transact/
Jun 20
Sheharyar Naseer
,
José Valim
2
Jun 20
[Proposal] :writable option for belongs_to
PRs welcome! José Valim https://dashbit.co/ On Thu, Jun 19, 2025 at 17:54 Sheharyar Naseer <
unread,
[Proposal] :writable option for belongs_to
PRs welcome! José Valim https://dashbit.co/ On Thu, Jun 19, 2025 at 17:54 Sheharyar Naseer <
Jun 20
Gonçalo Tomás
,
Yevhenii Kurtov
2
Jun 6
[Proposal] Allow --warnings-as-errors option when migrating or rolling back
That's a great idea! /Yevhenii On 6 Jun 2025, at 13:31, Gonçalo Tomás <goncal...@gmail.com
unread,
[Proposal] Allow --warnings-as-errors option when migrating or rolling back
That's a great idea! /Yevhenii On 6 Jun 2025, at 13:31, Gonçalo Tomás <goncal...@gmail.com
Jun 6
benjamin...@gmail.com
, …
Christopher Keele
13
May 13
[Proposal] Add Repo.query/1 and Repo.query!/1
Hey Chris, Thanks for your concern regarding proper disclosure. As this is more of a foot gun rather
unread,
[Proposal] Add Repo.query/1 and Repo.query!/1
Hey Chris, Thanks for your concern regarding proper disclosure. As this is more of a foot gun rather
May 13
cevado
, …
Benjamin Milde
12
May 10
[Proposal] Ecto.Query to have a way to create entire raw queries
I have a macro for jsonb_to_recordset posted on the forum: https://elixirforum.com/t/postgres-values-
unread,
[Proposal] Ecto.Query to have a way to create entire raw queries
I have a macro for jsonb_to_recordset posted on the forum: https://elixirforum.com/t/postgres-values-
May 10
Nicholas Moen
, …
Greg Rychlewski
3
May 1
[Proposal] For `Repo.reload` functions, add support for items with multiple primary keys
The best solution i can think of is to join on values lis. On Wednesday, April 30, 2025 at 3:11:09 AM
unread,
[Proposal] For `Repo.reload` functions, add support for items with multiple primary keys
The best solution i can think of is to join on values lis. On Wednesday, April 30, 2025 at 3:11:09 AM
May 1
Jason Chen
, …
José Valim
14
Apr 25
[Proposal] Set relations to nil or empty array for new inserts
I gave `.empty_assocs/1` a try and I don't like my proposal anymore 😅 But for anyone curious
unread,
[Proposal] Set relations to nil or empty array for new inserts
I gave `.empty_assocs/1` a try and I don't like my proposal anymore 😅 But for anyone curious
Apr 25
Fabian Becker
,
José Valim
3
Apr 4
Support config to disable_ddl_transaction
In the current phase we need to support running migrations against both database systems. So using a
unread,
Support config to disable_ddl_transaction
In the current phase we need to support running migrations against both database systems. So using a
Apr 4
Noah Betzen
Apr 2
[Proposal] Add option for all schema fields to be excluded from Inspect and JSON encoding
In order to help prevent excess logging of fields, it might be useful to allow either: 1. A
unread,
[Proposal] Add option for all schema fields to be excluded from Inspect and JSON encoding
In order to help prevent excess logging of fields, it might be useful to allow either: 1. A
Apr 2
Philip Munksgaard
,
José Valim
2
Mar 24
[PROPOSAL] Support index order when creating indexes
Please do try a pull request, it seems like a natural addition to what we do, but only after trying
unread,
[PROPOSAL] Support index order when creating indexes
Please do try a pull request, it seems like a natural addition to what we do, but only after trying
Mar 24
Daniel Kukuła
, …
benjamin...@gmail.com
8
Mar 8
[Proposal] make fragments look like string interpolation
I published it on hex https://hex.pm/packages/defrag Daniel Kukuła Software Engineer Remote, UK
unread,
[Proposal] make fragments look like string interpolation
I published it on hex https://hex.pm/packages/defrag Daniel Kukuła Software Engineer Remote, UK
Mar 8
Benjamin Milde
,
benjamin...@gmail.com
2
Mar 5
Support for fragments in {table, schema} tuple
From the top of my head, I think leveraging the https://hexdocs.pm/elixir/Collectable.html and https:
unread,
Support for fragments in {table, schema} tuple
From the top of my head, I think leveraging the https://hexdocs.pm/elixir/Collectable.html and https:
Mar 5
Tyler Witt
Feb 25
Should Ecto.Changeset be split out?
I'm having a conversation on a Reddit thread about Ecto's documentation that has lead me to
unread,
Should Ecto.Changeset be split out?
I'm having a conversation on a Reddit thread about Ecto's documentation that has lead me to
Feb 25
Matsa
Jan 28
validate_required should not updates changes
Currently `validate_required/2` remove any changes that try to set `nil` to a specific field and add
unread,
validate_required should not updates changes
Currently `validate_required/2` remove any changes that try to set `nil` to a specific field and add
Jan 28
José Valim
, …
Greg Rychlewski
15
Jan 5
Add Repo.group_aggregate
Ah ok got it. Using group by in the query is more flexible because we can use expressions and fields
unread,
Add Repo.group_aggregate
Ah ok got it. Using group by in the query is more flexible because we can use expressions and fields
Jan 5
Mateusz Osiński
,
José Valim
2
12/13/24
[Proposal] Warning when unknown opt used in migration
Yes, I think this would be positive. I would suggest to raise if we can. José Valim https://dashbit.
unread,
[Proposal] Warning when unknown opt used in migration
Yes, I think this would be positive. I would suggest to raise if we can. José Valim https://dashbit.
12/13/24
Salva Ruiz
,
José Valim
2
12/7/24
[PROPOSAL] Add Support for LOCALE_PROVIDER and ICU_LOCALE
We should definitely support this. My suggestion is to create a general "create_options: ...
unread,
[PROPOSAL] Add Support for LOCALE_PROVIDER and ICU_LOCALE
We should definitely support this. My suggestion is to create a general "create_options: ...
12/7/24
Jonáš Trantina
,
Ruslan Doga
15
12/2/24
Fragment result transformations
Right :) This works great from(e in Event, as: :e, left_lateral_join: a in subquery( from(a in Actor,
unread,
Fragment result transformations
Right :) This works great from(e in Event, as: :e, left_lateral_join: a in subquery( from(a in Actor,
12/2/24