You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I set useDynamicUpdate=true, and the origin value = 1, then I set
model->value = \Phalcon\Db\RawValue('value + 1').
When I save, The value is not changed.
When I change value type is bigint, the result is right.
When the value type is int, the result is wrong.
* Add Dynamic Update And RawValue Unit Test
* Fix Bug #Issue 13170
sergeyklay
changed the title
DynamicUpdate And RawValue
Dynamic update does not work as expected for fields which raw values were assigned to
Nov 20, 2017
Fixed in the 3.3.x branch. Feel free to open a new issue if the problem appears again. Thank you for the report, and for helping us make Phalcon better.
DynamicUpdate And RawValue
When I set useDynamicUpdate=true, and the origin value = 1, then I set
model->value = \Phalcon\Db\RawValue('value + 1').
When I save, The value is not changed.
When I change value type is bigint, the result is right.
When the value type is int, the result is wrong.
Details
The text was updated successfully, but these errors were encountered: