Tim Sehn

Results 334 comments of Tim Sehn

Here's a simple repro: ``` test-fk-indexes $ dolt schema show data @ working CREATE TABLE `data` ( `id` int NOT NULL, `state_id` int, `data` varchar(500), PRIMARY KEY (`id`), KEY `state_id`...

Unlikely to get to this very soon. We're focusing on SQL not the CLI.

dolt sql -r csv `select * from dolt_conflicts_` is the workaround here and for most things CSV.

I think the workaround is sufficient in this case.

Not sure if we can do this because sometimes (in the merge case) from committer is multiple commits. Will discuss with the team. Thank you for the feature request.

I'm going to resolve with no customer really understands what this bug is. Add it as an item on the analyzer roadmap if necessary. We should reserve public issues for...

This now fails with a different error. ``` $ dolt sql -q " CREATE PROCEDURE computeSummary(c VARCHAR(200)) BEGIN with t as ( select case when p1.pred = p2.actual then 1...

Taylor is beginning work on this now.

This is the final stage of a project that @reltuk is doing this month and maybe next.

You can't automatically GC yet but `call dolt_gc()` works and is minimally invasive.