Information don't get update when using query builder, and don't throw a error. #10573
Unanswered
tavaresmatheus
asked this question in
Support Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to do a update on a array of entity properties, as i don't know the properties that are going to be update i've looped the array of things to be modified, like as a user i can change my email, and not my name so i can't set it manualy, just by looping it.
The problem is that using the query builder to update it, it simple don't update it, and dont throw any kind of error.
This is my code:
Beta Was this translation helpful? Give feedback.
All reactions