-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: ORM infinite save loop #16395
Labels
Comments
rudiservo
added a commit
to rudiservo/cphalcon
that referenced
this issue
Aug 10, 2023
rudiservo
added a commit
to rudiservo/cphalcon
that referenced
this issue
Aug 10, 2023
rudiservo
added a commit
to rudiservo/cphalcon
that referenced
this issue
Aug 10, 2023
rudiservo
added a commit
to rudiservo/cphalcon
that referenced
this issue
Aug 10, 2023
rudiservo
added a commit
to rudiservo/cphalcon
that referenced
this issue
Aug 10, 2023
rudiservo
added a commit
to rudiservo/cphalcon
that referenced
this issue
Aug 10, 2023
rudiservo
added a commit
to rudiservo/cphalcon
that referenced
this issue
Aug 10, 2023
rudiservo
added a commit
to rudiservo/cphalcon
that referenced
this issue
Aug 11, 2023
rudiservo
added a commit
to rudiservo/cphalcon
that referenced
this issue
Aug 11, 2023
rudiservo
added a commit
to rudiservo/cphalcon
that referenced
this issue
Aug 11, 2023
rudiservo
added a commit
to rudiservo/cphalcon
that referenced
this issue
Aug 14, 2023
rudiservo
added a commit
to rudiservo/cphalcon
that referenced
this issue
Aug 15, 2023
rudiservo
added a commit
to rudiservo/cphalcon
that referenced
this issue
Aug 15, 2023
rudiservo
added a commit
to rudiservo/cphalcon
that referenced
this issue
Aug 15, 2023
rudiservo
added a commit
to rudiservo/cphalcon
that referenced
this issue
Aug 15, 2023
rudiservo
added a commit
to rudiservo/cphalcon
that referenced
this issue
Aug 15, 2023
rudiservo
added a commit
to rudiservo/cphalcon
that referenced
this issue
Aug 15, 2023
niden
added
status: medium
Medium
5.0
The issues we want to solve in the 5.0 release
and removed
status: unverified
Unverified
labels
Aug 29, 2023
Resolved in #16399 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Describe the bug
The Model::save has no checks if a model has been called to be saved before, this can cause a infinite save loop.
Steps to reproduce the behavior:
Expected behavior
it is expected not so run save on the model that has already been called to saved.
Details
The text was updated successfully, but these errors were encountered: