mirror of
https://github.com/DBDiff/DBDiff.git
synced 2026-04-25 05:15:49 +03:00
[PR #8] [MERGED] [BUGFIX] consider fields to ignore when generating new records sql #234
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#234
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/8
Author: @webian
Created: 5/22/2016
Status: ✅ Merged
Merged: 5/22/2016
Merged by: @jasdeepkhalsa
Base:
master← Head:master📝 Commits (1)
224902d[BUGFIX] consider fields to ignore when generating new records sql📊 Changes
1 file changed (+12 additions, -17 deletions)
View changed files
📝
src/DB/Data/ArrayDiff.php(+12 -17)📄 Description
Bug: if servers are different and there are fields to ignore, the generated SQL for new records didn't include the ignored fields. This commit fixes this bug unsetting the array element to ignore only when the comparison is made.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.