Groups
Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
Groups
elixir-ecto
Conversations
About
elixir-ecto
1–30 of 854
Mark all as read
Report group
0 selected
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 19
[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 19
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
benjamin...@gmail.com
, …
José Valim
21
May 10
Ecto SQL sigil
As I want to make sure, that we have room to do more at compile time, I decided to try improve
unread,
Ecto SQL sigil
As I want to make sure, that we have room to do more at compile time, I decided to try improve
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 24
[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 24
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 1
[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 1
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 24
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 24
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
Jim L
12/2/24
Allow has_many to have a `type:` option
Proposal: I propose to add an `type:` option to Ecto.Schema.has_many. This would allow one to
unread,
Allow has_many to have a `type:` option
Proposal: I propose to add an `type:` option to Ecto.Schema.has_many. This would allow one to
12/2/24
benjamin...@gmail.com
,
José Valim
3
11/28/24
What is the aliases used for in SelectExpr.
Thanks, you are correct. Seams like Ecto DSL are almost one-to-one with regular SQL, besides all the
unread,
What is the aliases used for in SelectExpr.
Thanks, you are correct. Seams like Ecto DSL are almost one-to-one with regular SQL, besides all the
11/28/24
Alisina Bahadori
,
José Valim
3
11/20/24
Casting Limitation with Large Integers in Embedded Schemas
Thank you for the prompt response José, Yes, that makes perfect sense to create a custom type for
unread,
Casting Limitation with Large Integers in Embedded Schemas
Thank you for the prompt response José, Yes, that makes perfect sense to create a custom type for
11/20/24
Tobias Pfeiffer
,
José Valim
3
11/17/24
Allow defining foreign key constraints for on_replace: delete / inputs_for use cases
Thanks for the quick answer José! I'll probably give it a shot :) I assumed there was a reason
unread,
Allow defining foreign key constraints for on_replace: delete / inputs_for use cases
Thanks for the quick answer José! I'll probably give it a shot :) I assumed there was a reason
11/17/24
Trond M
, …
Felipe Stival
5
10/30/24
Allowing adding mfas to ignore for stacktrace logging
That's a good point! I like that solution On Wednesday, October 30, 2024 at 6:50:37 AM UTC+1 v0i.
unread,
Allowing adding mfas to ignore for stacktrace logging
That's a good point! I like that solution On Wednesday, October 30, 2024 at 6:50:37 AM UTC+1 v0i.
10/30/24
Søren Hilmer
,
José Valim
3
10/21/24
Allow options to JSON decoder
Ahh, of course, nice solution. I was about to fork Postgrex :-) Thank you Søren mandag den 21.
unread,
Allow options to JSON decoder
Ahh, of course, nice solution. I was about to fork Postgrex :-) Thank you Søren mandag den 21.
10/21/24
Philippe Noël
, …
Ruslan Doga
8
10/13/24
[Proposal] Add support for ParadeDB pg_search
These tests provide a quick view of what I tried to achieve: https://github.com/ruslandoga/parade/
unread,
[Proposal] Add support for ParadeDB pg_search
These tests provide a quick view of what I tried to achieve: https://github.com/ruslandoga/parade/
10/13/24
Ruslan Doga
, …
Allen Madsen
7
8/28/24
Ordering migrations across Ecto repos.
Ah, I misunderstood. Thought you were talking about two git repos. Allen Madsen http://www.
unread,
Ordering migrations across Ecto repos.
Ah, I misunderstood. Thought you were talking about two git repos. Allen Madsen http://www.
8/28/24
Andrew Timberlake
,
José Valim
4
8/27/24
Ecto multi-tenancy and preloads
Plus one ecto_query. And I think you are right about setting it before you call fetch_query, but a
unread,
Ecto multi-tenancy and preloads
Plus one ecto_query. And I think you are right about setting it before you call fetch_query, but a
8/27/24