Eugene Triguba
Eugene Triguba
**Bug**: When I run a`CREATE TABLE` in the `master` database, `Collection().Exists()` always returns false when using the `mssql` adapter. I traced it down to this line here: https://github.com/upper/db/blob/master/adapter/mssql/database.go#L108. It looks...
The current `_pyrepl` module type checks use `if False`, often with a `# types` comment above them, for condition imports that are only for type checking. It'd be a little...
## Description The OS for the test runs for Python 3.7 is attempting to run on "ubuntu-latest", however, ubuntu-latest is too new to be able to use Python 3.7 on...
## Description This unpins the upper bound on the `psutil`'s version constraint to allow psutil >= 5.7.2. This ensures that anyone that wants to use a newer version as new...