Closed Lida closed 8 years ago
This PR should fix #9
Thank you @Lida!
Currently, your fix only applies to insert/6
. Does the %Ecto.Query.Tagged
error also happens on execute/6
and update/7
? Should we scrum the fields there too?
I don't believe we need to do it. update/6
passes the current tests and it won't allow a nil value due to changeset validation. execute/7
is for prepared queries.
…d for %Ecto.Query.Tagged' error