mirror of
https://github.com/DBDiff/DBDiff.git
synced 2026-04-25 13:25:49 +03:00
[GH-ISSUE #30] Support for wildcards on tableToIgnore / columnToIgnore #19
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/DBDiff#19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @utdrmac on GitHub (Nov 2, 2016).
Original GitHub issue: https://github.com/DBDiff/DBDiff/issues/30
Would be nice if the code supported regex-based table/column ignore. We have tables that are generated with a prefix followed by some hash (_tmp_1477937742941_0dbe9593_J as an example). Would be nice to be able to ignore all "tmp%" tables when doing comparisons.
@jasdeepkhalsa commented on GitHub (Nov 24, 2017):
Nice use case!
We actually have a PR #35 open which enables this functionality: https://github.com/DBDiff/DBDiff/pull/35. Feel free to give it a test or to add the specific commits into your local version of DBDiff.
I do expect it may be some months before we're ready to merge this in!
@batandwa commented on GitHub (Apr 19, 2021):
That PR seems to address data, not tables