Tim Sehn
Tim Sehn
To support this functionality in addition to `dolt log --graph` (#4367 ) which has it's own issue we must support: 1. Support `dolt log --all` which passes in every `ref`...
Example: ``` test-fk-indexes $ dolt sql -q "CREATE PROCEDURE example1(x INT) SELECT x + 1;" test-fk-indexes $ dolt sql -q "show create procedure example1" +-----------+----------+-----------------------------------------------+----------------------+----------------------+--------------------+ | Procedure | sql_mode |...
For the first one, you can just checkout the branch. The second one would be nice.
This means: * Render the table diff output norrmally * For text columns, stitch in the line-based diff somehow * For json columns, display a "pretty" diff output
JSON diffs will be on DoltHub soon: https://github.com/dolthub/dolthub-issues/issues/294 We can use that interface for CLI interface ideas. For SQL interface we need a way to trim out the data as...
This functionality is on DoltHub diffs if anyone discovers this issue and is looking for a workaround.
We've definitely discussed this and agree it's a good feature to add.
Thanks for the contribution. We'll look at this today. I think @bheni wrote this code.
Running our tests. If it all passes, I'll merge and it'll go out in the next release. Thanks for the contribution!
@Hydrocharged committed to have this feature supported in foreign keys v2 delivered by end of month.