You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure this gets exactly what he needs. This would allow you to see tables added and removed.
Maybe unscoped dolt diff? From the above, it would look the same but would imply each table changed in both those commits. Imagine there was a table 0 that did not change.
The text was updated successfully, but these errors were encountered:
timsehn
changed the title
Unspecified table dolt_history should show the history of all the tables per commit
Unspecified table dolt diff and dolt_history should show the history of all the tables per commit
Feb 2, 2022
User wanted something akin to
git log -p --name-only
but in SQL.Seems like an unscoped
dolt_history
table would be useful.something like:
I'm not sure this gets exactly what he needs. This would allow you to see tables added and removed.
Maybe unscoped
dolt diff
? From the above, it would look the same but would imply each table changed in both those commits. Imagine there was a table 0 that did not change.The text was updated successfully, but these errors were encountered: