Zach Musgrave

Results 137 comments of Zach Musgrave

@addisonklinke The latest release has support for virtual columns. There are some sharp edges (not all merges work correctly), but you could start playing with it. I'll close this issue...

Going to resolve this in favor of the more scoped bug here: https://github.com/dolthub/dolt/issues/6945

I have a simpler ask for this: make tags a storage only detail that never impact the logic of diff and merge. Diff and merge always match by column name.

This is fixed in the latest release. We no longer validate table names beyond what mysql requires.

We can support parsing these constructs in the short term, but the built-in in-memory database implementation is currently not even thread safe. We're a long way from having row-level locking.

> LGTM, nothing really looks suspicious, other than whatever was going on with FK resolution before. It turns out that Dolt required the table to be re-resolved because of delayed...

@soasada Thanks for the insight, but I want to add that depending on your use case `0/0` is not safe to use in all cases. The issue is that if...

Slight variation: should be possible to name a remote to automatically pull branches from on connection if they don't exist locally. This is already the case for read replicas, but...