Pass an optional return value to Database\Model->set() #28

Merged
vlw merged 1 commit from refs/pull/28/head into master 2026-02-16 15:07:13 +01:00
vlw commented 2026-02-16 15:06:57 +01:00 (Migrated from codeberg.org)

This PR addresses a bug that can arise (for example) if an object is passed to a database column that accepts a string. Passing this object (or something else) to the $return parameter will return the value of that variable instead of the value of $value

This PR addresses a bug that can arise (for example) if an object is passed to a database column that accepts a string. Passing this object (or something else) to the `$return` parameter will return the value of that variable instead of the value of `$value`
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
vlw/scaffold!28
No description provided.