-
Notifications
You must be signed in to change notification settings - Fork 987
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
Fix no table is replicated when excludeTableRegex is set while includeTableRegex is nil #874
Conversation
Thanks, please fix the lint error
And can you update the |
Done |
Hi, I mean add a test to explain your change. I manually deleted line 302~303 and the test |
Sorry, my fault. It's updated, please take a look. |
Can you also update the comment of My last concern is by Hyrum's Law we should not change the behaviour of API, but I think this change does no harm. Because the old behaviour will replicate nothing so there should be no user using it. As a user, I directly use rest lgtm |
// Default IncludeTableRegex and ExcludeTableRegex are empty, this will include all tables @lance6716 Is this comment good enough? It's already in the code. |
It means both are empty, not one of them is empty |
updated |
fix #873