Shaun Thomas

Results 6 issues of Shaun Thomas

Following the instructions to install: ``` pip3 install --upgrade pip pip3 install -e . ``` And then running the model resulted in the following error: ``` Traceback (most recent call...

Currently when attempting to execute a query within a transaction, the following output is produced: ``` ERROR: distributed commands cannot run inside a transaction block ``` Since transactions are not...

feature

When submitting a query to a worker node that contains `CURRENT_DATE`, the term is translated to `('now'::cstring)::date` which produces the following error on the worker nodes: ``` ERROR: cannot cast...

bug

Currently when an `EXPLAIN` is applied to a query, the following output is produced: ``` ERROR: EXPLAIN statements on distributed tables are unsupported ``` This makes it effectively impossible to...

feature

I ran across this project in the ever-expanding ecosystem of Postgres tools. Given it's a replication / sync tool, I took a look at the sequence handling code, as this...

enhancement

### What's wrong? This was first reported in #50, and PR #138 (pushed to main Nov 2, 2023) claimed to have fixed the problem. However, the repro case provided there...

bug