-
-
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
Can't delete record using schema in Phalcon v4.0 #14080
Comments
What is |
I'm new in Phalcon and i didn't try to update records yet, but as i see in sources, table value as array with schema and source doesn't process, because table parameter is |
jus noticed but might be wrong, but it looks like its the table is |
Do you see |
|
Yes, this is a problem.
P.S. This code was taken from master branch, but in branch 4.0 the same situation. |
Resolved in #14235 |
Just tried to delete a record:
Getting error:
Checking sources.
/phalcon/mvc/model::delete() has such code:
/phalcon/db/adapter::delete() has such code:
Сonclusion: framework doesn't support delete when schema is used.
The text was updated successfully, but these errors were encountered: