almightycouch / rethinkdb_ecto

RethinkDB adapter for Ecto.
https://hexdocs.pm/rethinkdb_ecto
MIT License
114 stars 18 forks source link

Map types merge instead of update #24

Open ijcd opened 8 years ago

ijcd commented 8 years ago

There are some semantic conflicts between rethinkdb default behavior on update and Ecto integration tests that will need to be resolved:

See discussion here:

https://github.com/hamiltop/rethinkdb-elixir/issues/115

redrabbit commented 7 years ago

@ijcd, can you elaborate on the issue here?

ijcd commented 7 years ago

It's been quite some time since I was looking at this, but the other thread has the details. Basically, there is a conflict between what ecto and rethink do with merging nested data.