dolt icon indicating copy to clipboard operation
dolt copied to clipboard

Migrate `dolt schema` to SQL

Open macneale4 opened this issue 11 months ago • 0 comments

dolt schema doesn't use SQL and goes directly to on disk resources. Common SQL operations should be able to get and update all information required.

There is also internal column tag information exposed by two sub-commands. We should probably deprecate rather than migrate those.

Difficulty: Medium (easy codewise, but 3 sub-commands to migrate, and 2 to deprecate) Value: Medium

Overarching Ticket: https://github.com/dolthub/dolt/issues/3922

macneale4 avatar Mar 18 '24 16:03 macneale4