mirror of
https://github.com/DBDiff/DBDiff.git
synced 2026-04-25 05:15:49 +03:00
[GH-ISSUE #23] Diff with dump #151
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/DBDiff#151
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @CodingPeak on GitHub (Aug 22, 2016).
Original GitHub issue: https://github.com/DBDiff/DBDiff/issues/23
Hi there,
Are there any plans to compare a database structure with an already existing mysqldump (e.g. in a file)?
My temp solution to this would be to create the database from the dump and then use this tool, but that doesn't feel right.
I think the solution to this would only be a small change in code to make it possible.
@jasdeepkhalsa commented on GitHub (Aug 22, 2016):
Lots of people have asked this, including #13 & #3.
I think you're right, the tool should be able to handle this, even if it means creating those temp tables in a MySQL database on your behalf.
However something like this may not be a small change in code as we have to deal with lots of cases & there's lots of unanswered questions:
@jasdeepkhalsa commented on GitHub (Nov 24, 2017):
We'll keep this in mind as a future feature or a bash script people can run, but currently this feature is too big to include into DBDiff, so closing this ticket for now