[PR #90] [CLOSED] fixed crash on incorrect use removed column values #254

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

📋 Pull Request Information

Original PR: https://github.com/DBDiff/DBDiff/pull/90
Author: @innobrig
Created: 4/1/2019
Status: Closed

Base: masterHead: master


📝 Commits (5)

  • 44b0c81 fixed crash on incorrect use removed column values
  • 0f5a7ab change default config file from '.dbdiff' to 'dbdiff.yml'
  • 83fc2e4 update for new default config file 'dbdiff.yml'
  • affc45b added more logging output
  • 2843dec allow '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.

## 📋 Pull Request Information **Original PR:** https://github.com/DBDiff/DBDiff/pull/90 **Author:** [@innobrig](https://github.com/innobrig) **Created:** 4/1/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`44b0c81`](https://github.com/DBDiff/DBDiff/commit/44b0c8135bd395bffd6e165930e5115bbeece38a) fixed crash on incorrect use removed column values - [`0f5a7ab`](https://github.com/DBDiff/DBDiff/commit/0f5a7ab6d47df799b4630aec5b80d4b465c48a92) change default config file from '.dbdiff' to 'dbdiff.yml' - [`83fc2e4`](https://github.com/DBDiff/DBDiff/commit/83fc2e4ce61170963c3c3c738f6713524f9decba) update for new default config file 'dbdiff.yml' - [`affc45b`](https://github.com/DBDiff/DBDiff/commit/affc45b16449e9bd4e371178c7673f07f5d45f99) added more logging output - [`2843dec`](https://github.com/DBDiff/DBDiff/commit/2843decfff128fe2df7e303cb807ba9a1ea7a3ac) allow 'server' to be a valid config key (for cases where we only have 1 server) ### 📊 Changes **7 files changed** (+69 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Fix for issue #71 --- <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:32 +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#254
No description provided.