Commit Graph

9 Commits

Author SHA1 Message Date
Pavel Safronov d97c456e09 Starting work on migrating dolt diff:
- temporarily disable `dolt show`
- introduce TableInfo struct to maintain SQL table state
- update diffWriter to use non-doltdb primitives
- update diff.go to use non-doltdb primitives and load most data from SQL
2023-06-26 17:51:17 -07:00
Daylon Wilkins 75ec9ca946 Line-based diffs for modified multiline rows 2023-02-22 07:44:52 -08:00
Zach Musgrave a07dceeb75 Moved start and close code for json writer around 2022-08-24 10:30:54 -07:00
Zach Musgrave b05235dae8 Fleshing out table diff writer interface and its needs, did some renaming of related interfaces 2022-08-23 10:26:49 -07:00
Zach Musgrave 4e7f392dbd Bug fixes, new schema diff interface 2022-08-23 10:03:31 -07:00
zachmu ea9ee3f9bd [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-06-28 00:34:12 +00:00
Zach Musgrave 45bd67cc94 Clean up and refactor 2022-06-27 15:44:59 -07:00
Zach Musgrave f1591568f5 Reverted name change for diff enum so it matches what we return in the diff table results 2022-06-24 12:51:38 -07:00
Zach Musgrave 5f193d2e29 Removed obsolete files, moved diff constants / interfaces into their own file 2022-06-24 12:49:37 -07:00