Diff all tables between two database revisions
Open
diff
enhancement
version control
- Dominant language
- Go
- Stars
- 24.4k
- Forks
- 873
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 108
Description
Dolt provides several features to diff table data at different points in the database's revision tree. All of these currently operate on a single table; if customers want to diff all tables across the complete database, they have to manually iterate across all tables and make multiple queries to assemble the results. Providing a way to do this in a single query would improve this use case.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.