Mark Kennedy
Mark Kennedy
There does not seem to be a way to collect replication statuses for all replication channels on MariaDB, though the docs/code seems to imply to me that this should be...
**Describe the bug** `simple-ddl-parser==0.29.0` The parser seems to ignore any table with a multicolumn index where the number of included cols > 2. **To Reproduce** Sample program `test.py`: ``` import...
I'm not sure if it's the particular combination of express and swig I was using, but the url() view helper was calling an unbound build(). I think just changing line...
Fixes #36 and provides a simple test case. I have also added a very simple GH action to run the test suite. Happy to remove from the PR if you...
I had a dump fail on an `int` field with `-1` in it. I'm afraid I haven't put together an MRE, but it's very obvious that in https://github.com/andersinno/python-database-sanitizer/blob/master/database_sanitizer/utils/mysql.py#L67 `MIN_INT_PATTERN` doesn't...
This change - Adds new config option for `charset`, with default `utf-8` - Support charset option in `dump/mysql.py` dump reader class - Updates README accordingly
**Context** - CLI Version: 1.45.0 (latest) - Platform: EdgeRouter-X v2.0.9.hotfix.1.7 (latest) ``` $ nextdns config list profile XXXXXXXXX bogus-priv true setup-router true auto-activate true timeout 5s debug false cache-max-age 0s...
I have written a simple python API client app to look up historic flowcell check results across multiple P2-solo hosts. Unfortunately each of these minknow instances seems to use a...