dsuryd / dotNetify

Simple, lightweight, yet powerful way to build real-time web apps.
https://dotnetify.net
Other
1.17k stars 164 forks source link

how to get OldRow during an update #323

Closed PiotrPlatos007 closed 1 year ago

PiotrPlatos007 commented 1 year ago

I have a problem with the property "OldRow" Despite setting REPLICA IDENTITY to full.

I get oldRow set to null on every update. Is there something that needs to be configured additionally so that OldRow is set in the application during an update?

dsuryd commented 1 year ago

There's an exception with the REPLICA IDENTITY FULL that has been fixed. You should be able to fetch the old row values now with the latest version.