Tim Sehn

Results 334 comments of Tim Sehn

``` test-join-plan $ dolt sql -q "select name, hash from dolt_branches group by hash" error on line 1 for query select name, hash from dolt_branches group by hash: expression 'dolt_branches.name'...

> creating user and granting select to the user works fine, but granting all privileges to the user failed. > > ```sql > mysql> CREATE USER 'dolt'@'%' IDENTIFIED BY 'dolt';...

We should implement `ALL PRIVILEGES` in addition to `ALL` ASAP since it is in all the high ranked online examples.

Gonna close so we don't forget to when we release.

Josh, What would you like? On DoltHub, we publish Dockerfiles for repos and we made this guide to build one yourself: https://docs.dolthub.com/guides/docker Are you looking for something on Dockerhub? --Tim

Thanks for the clarification. @VinaiRachakonda is on this.

There are four issues in this issue: 1. Put the sample dockerfiles from https://docs.dolthub.com/introduction/installation/docker#samples in the Dolt repo 2. Have the Dockerfiles published under "Assets" in each release on GitHub...

@Hydrocharged is currently looking at branch level permissions. He should take a gander at this bug.

Looks like @reltuk fixed this and did not resolve.