Changes between Initial Version and Version 1 of Ticket #36906, comment 6


Ignore:
Timestamp:
Mar 8, 2026, 12:12:10 PM (2 weeks ago)
Author:
kanin.kearpimy@…

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36906, comment 6

    initial v1  
    11Unexpectedly 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).
    22
    3 ```
     3`
    44  File "/django/source/django/db/backends/utils.py", line 92, in _execute_with_wrappers
    55    return executor(sql, params, many, context)
     
    1616django.db.utils.ProgrammingError: COALESCE types character varying and jsonb cannot be matched
    1717LINE 1: ...data", COALESCE("db_functions_article"."summary", "db_functi...
    18 ```
     18`
Back to Top