Tim Sehn

Results 334 comments of Tim Sehn

We have not prioritized it. What do you need it for?

We implemented branch permissions and I think this does what you want: https://docs.dolthub.com/sql-reference/server/branch-permissions Let us know if that doesn't meet your needs.

A potential customer just asked for this on August 1. 2023. Might be time to go after it. @zachmu is going to scope this a bit more.

This needs a better repro. We also don't support delete joins on tables with primary keys.

``` $ dolt init Successfully initialized dolt data repository. $ dolt sql -q "create table t1 (pk int, c1 int, primary key(pk)); create table t2 (pk int primary key)" $...

This spill the right error: ``` $ dolt sql -q "delete t1 from t1 join t2 on t1.pk=t2.pk" error on line 1 for query delete t1 from t1 join t2...

@fulghum is going to fix the specific case of two similarly names and schema'ed tables added on different branches that end up with different tags should merge.

As you can see, this is heavily in progress.

Resoving this uber issue as we have sub issues for the commands that don't now.

I think in Dolt, this is probably best implemented as a writable system table.