Groups
Groups
Sign in
Groups
Groups
elixir-ecto
Conversations
About
Send feedback
Help
elixir-ecto
1–30 of 867
Mark all as read
Report group
0 selected
benjamin...@gmail.com
, …
Allen Madsen
21
12/22/25
Can we improve how we work with prepared queries and how they are cached
https://github.com/elixir-dbvisor/sql On Monday, December 22, 2025 at 12:10:19 PM UTC-5 Allen Madsen
unread,
Can we improve how we work with prepared queries and how they are cached
https://github.com/elixir-dbvisor/sql On Monday, December 22, 2025 at 12:10:19 PM UTC-5 Allen Madsen
12/22/25
Max zimmermann
12/15/25
alter_pk feature idea
Add `alter_pk/3` for changing primary key columns. Hi, I'm Max new to the elixir ecosystem. I
unread,
alter_pk feature idea
Add `alter_pk/3` for changing primary key columns. Hi, I'm Max new to the elixir ecosystem. I
12/15/25
danie...@gmail.com
, …
José Valim
5
12/11/25
Postgres adapter - casting to integer type is not trivial
I think in this case a fragment is the way to go... given a string type will already be database
unread,
Postgres adapter - casting to integer type is not trivial
I think in this case a fragment is the way to go... given a string type will already be database
12/11/25
Max zimmermann
12/4/25
New alter_pk feature idea
Add `alter_pk/3` for changing primary key columns. Hi, I'm Max new to the elixir ecosystem. I
unread,
New alter_pk feature idea
Add `alter_pk/3` for changing primary key columns. Hi, I'm Max new to the elixir ecosystem. I
12/4/25
Artem Baikov
,
José Valim
2
11/27/25
Support disabling savepoints for tests
The sandbox was designed to use savepoints. If you can't use the savepoints, then you should
unread,
Support disabling savepoints for tests
The sandbox was designed to use savepoints. If you can't use the savepoints, then you should
11/27/25
Daniils Petrovs
, …
Yordis Prieto
6
11/19/25
Native UUIDv6/v7 support?
Jose, would be prudent to align around `:uniq` or bring something to the Elixir core? I say this
unread,
Native UUIDv6/v7 support?
Jose, would be prudent to align around `:uniq` or bring something to the Elixir core? I say this
11/19/25
Kevin Schweikert
11/14/25
[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
11/14/25
John Dengis
11/14/25
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
11/14/25
danie...@gmail.com
, …
Dario Heinisch
18
10/14/25
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
10/14/25
Vaughn Micciche
,
Greg Rychlewski
3
10/14/25
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
10/14/25
danie...@gmail.com
10/12/25
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
10/12/25
benjamin...@gmail.com
, …
José Valim
24
9/28/25
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
9/28/25
Egor Mikhnevich
,
Jon Rowe
2
9/17/25
[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
9/17/25
Rodolfo Carvalho
,
José Valim
3
7/29/25
[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
7/29/25
cevado
7/8/25
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
7/8/25
Thiago Majesk Goulart
6/24/25
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 (
6/24/25
Jared Mackey
, …
Greg Rychlewski
5
6/21/25
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
6/21/25
zekedou
6/20/25
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/
6/20/25
Sheharyar Naseer
,
José Valim
2
6/19/25
[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 <
6/19/25
Gonçalo Tomás
,
Yevhenii Kurtov
2
6/6/25
[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
6/6/25
benjamin...@gmail.com
, …
Christopher Keele
13
5/13/25
[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
5/13/25
cevado
, …
Benjamin Milde
12
5/10/25
[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-
5/10/25
Nicholas Moen
, …
Greg Rychlewski
3
5/1/25
[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
5/1/25
Jason Chen
, …
José Valim
14
4/24/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
4/24/25
Fabian Becker
,
José Valim
3
4/4/25
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
4/4/25
Noah Betzen
4/1/25
[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
4/1/25
Philip Munksgaard
,
José Valim
2
3/24/25
[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
3/24/25
Daniel Kukuła
, …
benjamin...@gmail.com
8
3/8/25
[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
3/8/25
Benjamin Milde
,
benjamin...@gmail.com
2
3/5/25
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:
3/5/25
Tyler Witt
2/24/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
2/24/25