Zach Smith

Results 5 issues of Zach Smith

It'd be really nice if it could remove all functions that matched a pattern. /_.*/ would remove all functions with an leading underscore, or something similar. That way you could...

### What does this PR do? This fixes a bug where setting `ignore_databases: []` in the config would generate a broken query. ### Motivation A client is using databases that...

integration/postgres
changelog/Added

### What does this PR do? ### Motivation ### Additional Notes ### Review checklist (to be filled by reviewers) - [ ] Feature or bugfix MUST have appropriate tests (unit,...

integration/sqlserver

…ccured ### What does this PR do? ### Motivation ### Additional Notes ### Review checklist (to be filled by reviewers) - [ ] Feature or bugfix MUST have appropriate tests...

integration/postgres

It seems to be an issue with MongolianServer._connection not having a cached value until one of the connections callbacks is called, it fixes the issue of you call the callback...