robert-sjoblom

Results 5 issues of robert-sjoblom

There's no way to abort an interactive checkout once it's started.

We're trying to migrate a MySQL 5.x db to PostgreSQL 14. Here's our migration.load: ``` LOAD DATABASE FROM INTO WITH include drop, workers = 8, concurrency = 2, multiple readers...

Hi, I love the tool, thank you so much for maintaining it. Today we found a (minor) viz bug. The following query: ``` [ { "Plan": { "Node Type": "CTE...

It would help to avoid the tedium of implementing them yourself. Is there a reason why they don't?

``` --! name SELECT catalog_name FROM information_schema.schemata s; ``` results in ``` 1 │ --! name · ──┬─ · ╰── this query contains an unsupported type (name: catalog_name, type: name)...