[PR #465] [MERGED] fix: "lax" deduplication fails if the comparison field has a numeric value #443

Closed
opened 2025-12-29 00:20:28 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/eitchtee/WYGIWYH/pull/465
Author: @eitchtee
Created: 12/20/2025
Status: Merged
Merged: 12/20/2025
Merged by: @eitchtee

Base: mainHead: dev


📝 Commits (1)

  • 05ede58 fix: "lax" deduplication fails if the comparison field has a numeric value

📊 Changes

4 files changed (+283 additions, -9 deletions)

View changed files

📝 app/apps/import_app/services/v1.py (+7 -6)
app/apps/import_app/tests.py (+0 -3)
app/apps/import_app/tests/__init__.py (+0 -0)
app/apps/import_app/tests/test_import_service_v1.py (+276 -0)

📄 Description

Fixes #453


🔄 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/eitchtee/WYGIWYH/pull/465 **Author:** [@eitchtee](https://github.com/eitchtee) **Created:** 12/20/2025 **Status:** ✅ Merged **Merged:** 12/20/2025 **Merged by:** [@eitchtee](https://github.com/eitchtee) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (1) - [`05ede58`](https://github.com/eitchtee/WYGIWYH/commit/05ede58c362cbf9b1077e9fd98a0ce9e6d5166ad) fix: "lax" deduplication fails if the comparison field has a numeric value ### 📊 Changes **4 files changed** (+283 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `app/apps/import_app/services/v1.py` (+7 -6) ➖ `app/apps/import_app/tests.py` (+0 -3) ➕ `app/apps/import_app/tests/__init__.py` (+0 -0) ➕ `app/apps/import_app/tests/test_import_service_v1.py` (+276 -0) </details> ### 📄 Description Fixes #453 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 00:20:28 +01:00
adam closed this issue 2025-12-29 00:20:29 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WYGIWYH#443