Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fetchAndDeleteOne() or something similar, and add an event for it #263

Open
AnyhowStep opened this issue Mar 5, 2020 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@AnyhowStep
Copy link
Owner

We have insertAndFetch and updateAndFetch events.
These are useful because they let us know exactly what was inserted/updated, by fetching the row (including candidate key!) after making the modification.

We don't have a delete event that lets us know what was deleted. This would be helpful for systems that want to log every change that happens.

@AnyhowStep AnyhowStep added the enhancement New feature or request label Mar 5, 2020
@AnyhowStep AnyhowStep self-assigned this Mar 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant