Tim Sehn

Results 334 comments of Tim Sehn

This PR adds text diff functionality for stored procedures. https://github.com/dolthub/dolt/pull/5335 We can use the same functionality and the `text-diff-mode` switch to do for other tables or certain column types as...

This is fixed with https://github.com/dolthub/dolt/pull/5365.

> @timsehn is this still something thats not planned to be supported? I agree with @addisonklinke that it would be useful to checkout a commit hash or tag from a...

This might be easier to do now that we have `dolt stash`. https://github.com/dolthub/dolt/issues/573

@Hydrocharged Can we get this one in please?

This exists `dolt diff -r csv`. ``` $ dolt diff --help NAME dolt diff - Show changes between commits, commit and working tree, etc SYNOPSIS dolt diff [options] [] [...]...

Oops. Looks like CSV isn't supported here: ``` $ dolt diff -r csv invalid output format: csv ``` This is because it's hard to interpret +/- as a column from...

Again the workaround is to use `dolt sql -r csv` on the diff tables.

My worry here would be breaking clients. We rely really heavily on standard tools like DBeaver, TablePlus, etc being able to connect to Dolt in the same way they would...