[BUG]: if model has field source
,it cannot be assigned by assign
#16617
Labels
source
,it cannot be assigned by assign
#16617
Questions? Forum: https://phalcon.io/forum or Discord: https://phalcon.io/discord
Describe the bug
A clear and concise description of what the bug is.
I have a model

CharmingU
and it has a fieldsource
, when i update charming_u record by assgin ,it cannot be updated,just like below:
i've printed the value with line numbers, and its query result ,just like belows:
so , i tried update it manually ,it works.,just like below:
i don't if it is a bug or my mistake, if you wanna reproduce it ,just like below:
To Reproduce
1.make a model any name ,
2. make sure it has a field called
source
.3. update it by using
assign
4. check it out.
PHP version :

Phalcon Version:

The text was updated successfully, but these errors were encountered: