mirror of
https://github.com/DBDiff/DBDiff.git
synced 2026-04-25 05:15:49 +03:00
[PR #123] Some fixes #264
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#264
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/123
Author: @zorn-v
Created: 7/10/2021
Status: 🔄 Open
Base:
master← Head:some-fixes📝 Commits (10+)
92a2d29Allow pass params to DBDatab25a48dPass params to DBData2a685b7Pass params to DBSchema5ed0273Fix pass params to DBSchemad40f33bSkip diff for views30410e8Fix AddTableSQL for viewsc0724fbDefault mysql port2d8a4aaFix drop key order87a418aUse passed params in varios places38af2d8Fix drop primary key📊 Changes
11 files changed (+93 additions, -47 deletions)
View changed files
📝
src/DB/DBManager.php(+9 -3)📝
src/DB/Data/ArrayDiff.php(+12 -6)📝
src/DB/Data/DBData.php(+9 -4)📝
src/DB/Data/DistTableData.php(+3 -2)📝
src/DB/Data/LocalTableData.php(+14 -9)📝
src/DB/Data/TableData.php(+4 -4)📝
src/DB/DiffCalculator.php(+5 -5)📝
src/DB/Schema/DBSchema.php(+9 -4)📝
src/DB/Schema/TableSchema.php(+13 -5)📝
src/SQLGen/DiffToSQL/AddTableSQL.php(+2 -2)📝
src/SQLGen/DiffToSQL/AlterTableChangeKeySQL.php(+13 -3)📄 Description
Allow to pass "crafted" parameters (do not use cli getter), fix get diff tables on dist servers, fix change primary index, do not try to change views and so on.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.