Eugene Triguba

Results 2 issues of 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...