Changes between Initial Version and Version 1 of Ticket #36906, comment 6
- Timestamp:
- Mar 8, 2026, 12:12:10 PM (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36906, comment 6
initial v1 1 1 Unexpectedly after writing test, I found out `postgres` does throw similar error. However, my implementation doesn't negatively affect `oracle, mysql, mariadb, sqlite` (I ran db test in my local and pipeline, no evidence of failure regarding those DBs). 2 2 3 ` ``3 ` 4 4 File "/django/source/django/db/backends/utils.py", line 92, in _execute_with_wrappers 5 5 return executor(sql, params, many, context) … … 16 16 django.db.utils.ProgrammingError: COALESCE types character varying and jsonb cannot be matched 17 17 LINE 1: ...data", COALESCE("db_functions_article"."summary", "db_functi... 18 ` ``18 `