Replies: 2 comments 4 replies
-
I think you are talking about computed properties |
Beta Was this translation helpful? Give feedback.
1 reply
-
Can you share some code that you expect to work, but not sure if it will work? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a case where I want to add a property onto the ORM output, but I don't want it to be saved as a column during save stages.
If I am to add a property in the "afterFind." and attempt to save, or manipulate the record will lead to that property being written back to the DB, unlike if it was just a synchronous computed property.
Beta Was this translation helpful? Give feedback.
All reactions