Skip to content

Allow wild card in table name & add tablesToIgnore config#59

Open
yhbyun wants to merge 2 commits intoDBDiff:masterfrom
yhbyun:patch1
Open

Allow wild card in table name & add tablesToIgnore config#59
yhbyun wants to merge 2 commits intoDBDiff:masterfrom
yhbyun:patch1

Conversation

@yhbyun
Copy link
Copy Markdown

@yhbyun yhbyun commented Jul 28, 2017

No description provided.

$targetTables = $this->manager->getTables('target');

if (isset($params->tablesToInclude)) {
$sourceTables = array_value_includes($sourceTables, $params->tablesToInclude;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add ) in end line -> array_value_includes($sourceTables, $params->tablesToInclude;

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Feb 9, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants