Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
Please describe your requested enhancement. Good feature requests will solve common problems or enable new use cases.
What you would like to accomplish: When using changestreams, we would like to see both the old and new values of the entire row.
How this might work: Similar to the OLD_AND_NEW_VALUES capture type, we would like a OLD_AND_NEW_ROW capture type
If applicable, reasons why alternative solutions are not sufficient: The primary alternative is to use the NEW_ROW capture type and issue a point-in-time query to obtain the old values. This does not scale.
Other information (workarounds you have tried, documentation consulted, etc):