Unexpected Updates in Model Relationships for v5.0.0RC3 #16034
Unanswered
m-yamaishi09580
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm looking to upgrade from Phalcon v3.4.5 and PHP7.3 to Phalcon v5 and PHP8.1.
I'm testing with Phalcon v5 RC3 and PHP 8.1.
I have
in the model initialize() method.
When I update products_id column to null with save(), id column is updated to null as well.
This did not happen in v3.4.5, why does it happen in v5 RC3?
Beta Was this translation helpful? Give feedback.
All reactions