We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 803944a commit 0027453Copy full SHA for 0027453
cmd/go-canal/main.go
@@ -56,7 +56,7 @@ func main() {
56
os.Exit(1)
57
}
58
59
- if len(*ignoreTables) == 0 {
+ if len(*ignoreTables) > 0 {
60
subs := strings.Split(*ignoreTables, ",")
61
for _, sub := range subs {
62
if seps := strings.Split(sub, "."); len(seps) == 2 {
0 commit comments