Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display schema and data for created and dropped tables in dolt diff command #3318

Merged
merged 5 commits into from Apr 28, 2022

Commits on Apr 27, 2022

  1. Adding a nil check

    fulghum committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    fb7ac52 View commit details
    Browse the repository at this point in the history
  2. Updating diff command to support better schema diffs for create and d…

    …elete tables, and to include data in diff when adding or dropping a table.
    fulghum committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    178c2ed View commit details
    Browse the repository at this point in the history
  3. Adding a BATS test to assert that a diff of a commit range that inclu…

    …des created or dropped tables shows a summary of changes, schema changes, and data changes.
    fulghum committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    4bebbcb View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Adding err handling

    fulghum committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    936d553 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2175b7a View commit details
    Browse the repository at this point in the history