AndyA
AndyA
@max-hoffman @zachmu @Hydrocharged @reltuk interested to hear your thoughts
addressed in https://github.com/dolthub/go-mysql-server/pull/1183
@addisonklinke Dolt doesn't support "detached head" currently, so it's not possible to checkout commits that are not referenced by a branch. Could you let us know a bit more about...
Generally I like the design of these benchmarks. Couple of comments: - Do we think table size is relevant here? or should that be held constant. - Rather than use...
We currently support this through `dolt filter-branch`, here are the docs https://docs.dolthub.com/reference/cli#dolt-filter-branch
Filter branch works on table data only, and yes, it rewrites each commit and creates a new commit
This is a great feature request and once we've wanted for a while. In addition to increasing out compatibility with Git, this feature has some natural use cases in a...
@Eronarn Thank you for the excellent detail here. I was able to quickly repro locally. The revert operation is indeed the source of the bug, and was able to complete...
`dolt filter-branch "delete from clause_type where clause_type is NULL"` will remove the conflicting data from the history. However, this will delete _every_ instance of these rows in the history, even...
> `dolt filter-branch "delete from clause_type where clause_type is NULL"` will remove the conflicting data from the history. However, this will delete _every_ instance of these rows in the history,...