Tim Sehn
Tim Sehn
Closing in favor of #4077
Agreed. We need a way to list them but it has to be compatible with MySQL. There are two many of we just put them in `show tables`. That's why...
No multiple schemas in MySQL. So, we need another solution :-) The `.dolt` schema sounds pure if we could make something like that work.
Known. The commit graph needs to be loaded into memory for the command line to execute. This can take a long time.
I get it now. Dolt does not support blob indexes yet.
That's a big feature. We will not be able to support this soon.
Related: #2987
If you get conflicts, you should be able to resolve on the command line with `dolt conflicts resolve --ours` or `dolt conflicts resolve --theirs`. It's weird that dolt status is...
I was able to repro the dolt status problem: ``` adagrad_bug $ dolt init Successfully initialized dolt data repository. adagrad_bug $ dolt sql -q "create table bug (pk int, primary...
@druvv will get to this today and we'll get a release out for it.