mongodb_ecto v0.2.1 Mongo.Ecto.ChangeArray View Source
An Ecto type to represent a partial update of a nested document
Using in queries
change = Mongo.Ecto.Helpers.change_array("0.name", "name")
MyRepo.update_all Post, set: [authors: change]
Link to this section Summary
Functions
Casts to database format
Converts to a database format
Change is not a value - it can’t be loaded
The Ecto primitive type
Link to this section Types
Link to this section Functions
Casts to database format
Converts to a database format
Change is not a value - it can’t be loaded
The Ecto primitive type