Skip to content

Conversation

Moln
Copy link
Contributor

@Moln Moln commented Nov 27, 2024

$config = (new ConfigBuilder())->withDatabasesRegex(['/^foo_.*/'])->build();
self::assertFalse($config->checkDataBasesOnly('foo_20240101'));

$config = (new ConfigBuilder())->withTablesRegex(['/^foo_.*/'])->build();
self::assertFalse($config->checkTablesOnly('foo_20240101'));

@janpalacky
Copy link

Hi @krowinski, do you plan to merge and release this PR?

@krowinski
Copy link
Owner

ok tx

@krowinski krowinski merged commit 3c365e8 into krowinski:master Dec 23, 2024
3 checks passed
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