mirror of
https://github.com/DBDiff/DBDiff.git
synced 2026-04-25 05:15:49 +03:00
[PR #90] [CLOSED] fixed crash on incorrect use removed column values #254
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#254
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?
📋 Pull Request Information
Original PR: https://github.com/DBDiff/DBDiff/pull/90
Author: @innobrig
Created: 4/1/2019
Status: ❌ Closed
Base:
master← Head:master📝 Commits (5)
44b0c81fixed crash on incorrect use removed column values0f5a7abchange default config file from '.dbdiff' to 'dbdiff.yml'83fc2e4update for new default config file 'dbdiff.yml'affc45badded more logging output2843decallow 'server' to be a valid config key (for cases where we only have 1 server)📊 Changes
7 files changed (+69 additions, -26 deletions)
View changed files
📝
README.md(+6 -6)📝
dbdiff.example.yml(+0 -0)📝
src/DB/Data/LocalTableData.php(+22 -2)📝
src/DB/Schema/DBSchema.php(+14 -0)📝
src/Params/FSGetter.php(+2 -2)📝
src/Params/ParamsFactory.php(+5 -5)📝
src/SQLGen/DiffToSQL/UpdateDataSQL.php(+20 -11)📄 Description
Fix for issue #71
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.