dolt
dolt copied to clipboard
Add --skinny type view to sql queries
The skinny parameter is provided in the dolt interface, it would be great to provide that via the SQL interface. It would be be even better if we can define the the columns in addition to the changed and primary keys (we use default_columns in nautobot) that we can request back no matter what.
Intresting request. We'll discuss the interface internally. I think this would work with table functions, but not the system tables.
This can be on the dolt_diff table function. The diff system tables are harder.