Zach Smith
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...
### What does this PR do? ### Motivation ### Additional Notes ### Review checklist (to be filled by reviewers) - [ ] Feature or bugfix MUST have appropriate tests (unit,...
…ccured ### What does this PR do? ### Motivation ### Additional Notes ### Review checklist (to be filled by reviewers) - [ ] Feature or bugfix MUST have appropriate tests...
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...