Originally created by @stefan786 on GitHub (Dec 16, 2025).
If the deduplication fields are numerical (e.g. amount or date), only strict comparisons work.
django.db.utils.ProgrammingError: function upper(date) does not exist
LINE 1: ...ivate')) AND UPPER("transactions"."date"::text) = UPPER('202...
^
Originally created by @stefan786 on GitHub (Dec 16, 2025).
If the deduplication fields are numerical (e.g. `amount` or `date`), only strict comparisons work.
```
django.db.utils.ProgrammingError: function upper(date) does not exist
LINE 1: ...ivate')) AND UPPER("transactions"."date"::text) = UPPER('202...
^
```
adam
added the bug label 2025-12-28 23:25:51 +01:00
@eitchtee commented on GitHub (Dec 16, 2025):
Thanks for bringing this to my attention!
For a workaround until a fix is implemented see: https://github.com/eitchtee/WYGIWYH/discussions/452#discussioncomment-15269564
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @stefan786 on GitHub (Dec 16, 2025).
If the deduplication fields are numerical (e.g.
amountordate), only strict comparisons work.@eitchtee commented on GitHub (Dec 16, 2025):
Thanks for bringing this to my attention!
For a workaround until a fix is implemented see: https://github.com/eitchtee/WYGIWYH/discussions/452#discussioncomment-15269564