Dhruv Sringari

Results 14 comments of Dhruv Sringari

I have this same issue, any update???

The workaround is to supply the `-A` flag when using mysql to connect to a GMS backed server like Dolt.

One reason that I can think of for why a commit would not be gc'd, are merge conflicts. Do you have any merge conflicts?

The keyless table editor does not return an error for a unique key violation when the row is inserted, but instead returns the error when it is closed. It needs...

A simpler reproduction of this issue is the following: ``` dolt init dolt sql -q "CREATE table t (pk int PRIMARY KEY);" dolt commit -Am "create table with key" dolt...

We added the ability to override the tag system when necessary. This will allow you to unblock yourself if a merge error like this occurs. The command is called dolt...

We also need this to work for the new Hosted GraphQL service. An idea is to expose the information in `INFORMATION_SCHEMA.TABLES`. This might allow editors like DataGrip to recognize the...