Zach Musgrave

Results 137 comments of Zach Musgrave

Thanks for the report, Alexis! We'll get someone looking at this very soon.

Alexis, did you manage to make any more progress on this? We don't currently do any testing on Raspberry Pi, so we aren't able to debug this effectively at the...

To fix this, we need to move the interface for transactions off of `sql.Database` onto `sql.Session`. Then the session implementation can decide what semantics it wants to enforce when dealing...

No, `filter-branch` gives you a commit history 1:1 with the original one. There's no squash functionality. True `rebase` functionality is coming, but is currently unscheduled. If this is stopping you...

We can support the syntax for this very easily, less than a day's work. But it would silently ignore the index declaration for these kinds of columns. Getting actual, real...

This makes sense as an explanation. Do we have confirmation that the nodejs is running queries at connect time before doing any actual work?

It also showed up when I restarted the shell.

Hi Kevin, We haven't seen this in Dolt, where customers have queries that take minutes to hours to run. I don't know what mechanism would be responsible for a client...

I would hold off on these checks until we can do it a better way On Fri, Jul 29, 2022, 07:44 Maximilian Hoffman ***@***.***> wrote: > @zachmu If i codegen...

This looks to be 1-2 weeks of work. If you only need `STORED` columns we can prioritize that part and deliver it first. `VIRTUAL` columns are quite a lot more...