-
Notifications
You must be signed in to change notification settings - Fork 75
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
Listens to multiple changes? #33
Comments
It should work. I haven't done extensive testing with that use case. Please test it out and report back. Thanks! |
Hi, I am writing a script to update a table. Eg : I run a script to update 2 rows in a table In node.js, my code is in the following way :
The watcher is called two times .. and in both watchers the updated rows are shown. Please help ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just want to double check if mysql-events supports monitoring multiple changes? For example, what happens if I do bulk insert/delete/update to the tables?
The text was updated successfully, but these errors were encountered: