dolt icon indicating copy to clipboard operation
dolt copied to clipboard

Add --skinny type view to sql queries

Open itdependsnetworks opened this issue 8 months ago • 1 comments

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.

itdependsnetworks avatar Apr 08 '25 04:04 itdependsnetworks

Intresting request. We'll discuss the interface internally. I think this would work with table functions, but not the system tables.

timsehn avatar Apr 08 '25 14:04 timsehn

This can be on the dolt_diff table function. The diff system tables are harder.

timsehn avatar Aug 27 '25 16:08 timsehn