Don Hardman

Results 50 issues of Don Hardman

### Proposal: We need to implement a mechanism that will prevent certain tables from being overwritten when we have identical tables on another node in a clustered environment. The simple...

est::size_M
feature::replication

### Proposal: We should implement the logic to allow Buddy to use its own connections without limitations. This means the max_connections parameter in the configuration should not affect Buddy, because...

est::size_S

### Proposal: We should implement logic so that Buddy can accept the `--skip` argument along with the fully qualified name of the plugin and not load it at all on...

est::size_S
rel::6.3.0_or_2.3.10

We should add support for altering sharded tables. Currently, there is no alter supported on the distributed table, so we can catch it with Buddy and process the logic. Altering...

enhancement
est::size_M

We should add functionality to support dropping shared tables. The command should clean up everything associated with the shared table. To make this happen, we should start with a special...

est::size_M

- [x] Validate the execution of the "create table" command. - [x] Ensure the minimum/maximum values for the replication factor and shards are set. - [x] Verify the error handling...

bug