[PR #6] [MERGED] [FEATURE] Table to ignore #233

Closed
opened 2026-03-07 20:42:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/DBDiff/DBDiff/pull/6
Author: @webian
Created: 5/14/2016
Status: Merged
Merged: 5/16/2016
Merged by: @jasdeepkhalsa

Base: masterHead: master


📝 Commits (1)

  • ec62995 [FEATURE] Table and/or Fields to ignore in the comparison

📊 Changes

8 files changed (+63 additions, -12 deletions)

View changed files

📝 README.md (+14 -0)
📝 src/DB/Data/ArrayDiff.php (+20 -3)
📝 src/DB/Data/DBData.php (+8 -1)
📝 src/DB/Data/DistTableData.php (+1 -1)
📝 src/DB/Data/LocalTableData.php (+8 -0)
📝 src/DB/Schema/DBSchema.php (+8 -1)
📝 src/DBDiff.php (+1 -3)
📝 src/Params/ParamsFactory.php (+3 -3)

📄 Description

Tables to ignore from the check can be set in the .dbdiff config file with a YAML collection:

tablesToExclude:
- table1
- table2
- table3

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/DBDiff/DBDiff/pull/6 **Author:** [@webian](https://github.com/webian) **Created:** 5/14/2016 **Status:** ✅ Merged **Merged:** 5/16/2016 **Merged by:** [@jasdeepkhalsa](https://github.com/jasdeepkhalsa) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`ec62995`](https://github.com/DBDiff/DBDiff/commit/ec6299545dd060778ea6c4ae9a1e699149eda360) [FEATURE] Table and/or Fields to ignore in the comparison ### 📊 Changes **8 files changed** (+63 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+14 -0) 📝 `src/DB/Data/ArrayDiff.php` (+20 -3) 📝 `src/DB/Data/DBData.php` (+8 -1) 📝 `src/DB/Data/DistTableData.php` (+1 -1) 📝 `src/DB/Data/LocalTableData.php` (+8 -0) 📝 `src/DB/Schema/DBSchema.php` (+8 -1) 📝 `src/DBDiff.php` (+1 -3) 📝 `src/Params/ParamsFactory.php` (+3 -3) </details> ### 📄 Description Tables to ignore from the check can be set in the .dbdiff config file with a YAML collection: ``` tablesToExclude: - table1 - table2 - table3 ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 20:42:24 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/DBDiff#233
No description provided.