Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
elixir-ecto
Conversations
About
Groups keyboard shortcuts have been updated
Dismiss
See shortcuts
elixir-ecto
1–30 of 844
Mark all as read
Report group
0 selected
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
benjamin...@gmail.com
,
José Valim
7
Mar 1
Ecto SQL sigil
I have released an MVP: https://hexdocs.pm/sql https://github.com/elixir-dbvisor/sql There is still
unread,
Ecto SQL sigil
I have released an MVP: https://hexdocs.pm/sql https://github.com/elixir-dbvisor/sql There is still
Mar 1
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
Jason Chen
, …
José Valim
13
12/8/24
[Proposal] Set relations to nil or empty array for new inserts
Gah, you are right. And that leads to the opposite problem, which is probably why we default to
unread,
[Proposal] Set relations to nil or empty array for new inserts
Gah, you are right. And that leads to the opposite problem, which is probably why we default to
12/8/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
Yevhenii Kurtov
8/26/24
PRQL support
Hey folks, I'm just throwing this out there: as Google Research's new paper describing "
unread,
PRQL support
Hey folks, I'm just throwing this out there: as Google Research's new paper describing "
8/26/24
Jesse Stimpson
,
José Valim
2
8/17/24
Loading context into schema struct metadata
We would be glad to consider a PR that explores this direction. :) I'd prefer if this was somehow
unread,
Loading context into schema struct metadata
We would be glad to consider a PR that explores this direction. :) I'd prefer if this was somehow
8/17/24
Peter Mueller
,
José Valim
4
7/29/24
[PROPOSAL] Allow custom `to_constraints` for Adapters
I've added a PR to ecto_sql here if people who are interested want to continue discussion there:
unread,
[PROPOSAL] Allow custom `to_constraints` for Adapters
I've added a PR to ecto_sql here if people who are interested want to continue discussion there:
7/29/24
Sheron Kernan
7/23/24
Apowersoft Video Editor 1.5.7.1 With Crack
Apowersoft Online Video Editor is a simple yet powerful tool that comes with all the features
unread,
Apowersoft Video Editor 1.5.7.1 With Crack
Apowersoft Online Video Editor is a simple yet powerful tool that comes with all the features
7/23/24
danie...@gmail.com
, …
Daniel Kukuła
7
7/9/24
[Proposal] Add callback to modify query before sending to database
Sorry for the late reply. This would be useful but I'm not sure if this should be in ecto or
unread,
[Proposal] Add callback to modify query before sending to database
Sorry for the late reply. This would be useful but I'm not sure if this should be in ecto or
7/9/24
Grant West
,
José Valim
2
6/20/24
[Proposal] Ecto.Changeset.validate_change/3 optionally validate nil
Hi Grant, validate_change is meant to be a function for the most common use cases. For other
unread,
[Proposal] Ecto.Changeset.validate_change/3 optionally validate nil
Hi Grant, validate_change is meant to be a function for the most common use cases. For other
6/20/24
Arno Dirlam
, …
José Valim
5
5/20/24
Add schema reflection API on nullable fields/associations
Thanks a lot for the pointer, José! 🙏 On Wednesday, May 15, 2024 at 11:35:48 PM UTC+2 José Valim
unread,
Add schema reflection API on nullable fields/associations
Thanks a lot for the pointer, José! 🙏 On Wednesday, May 15, 2024 at 11:35:48 PM UTC+2 José Valim
5/20/24
Onorio Catenacci
5/10/24
Ecto And Least Privilege
Hi all, As I said earlier, this is a write up of what I found when I worked on getting ecto to work
unread,
Ecto And Least Privilege
Hi all, As I said earlier, this is a write up of what I found when I worked on getting ecto to work
5/10/24
Onorio Catenacci
,
Jon Rowe
2
5/3/24
Applying Least Privilege Principal To Ecto
Having multiple repos pointing to the same database is a fairly common strategy for splitting read
unread,
Applying Least Privilege Principal To Ecto
Having multiple repos pointing to the same database is a fairly common strategy for splitting read
5/3/24
Zach Daniel
,
José Valim
3
5/3/24
Subqueries in order_by are not allowed
Makes sense 👍 I will explore an implementation in expo to resolve this ash issue in that case 🎉 On
unread,
Subqueries in order_by are not allowed
Makes sense 👍 I will explore an implementation in expo to resolve this ash issue in that case 🎉 On
5/3/24
Andrew Stewart
,
Onorio Catenacci
2
5/1/24
Could 'default' be added to embeds_one and embed_many?
Would the seeds script be able to handle this case? I can't quite tell what you mean when you say
unread,
Could 'default' be added to embeds_one and embed_many?
Would the seeds script be able to handle this case? I can't quite tell what you mean when you say
5/1/24