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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36906, comment 6

    v1 v2  
    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
     4{{{
    45  File "/django/source/django/db/backends/utils.py", line 92, in _execute_with_wrappers
    56    return executor(sql, params, many, context)
     
    1617django.db.utils.ProgrammingError: COALESCE types character varying and jsonb cannot be matched
    1718LINE 1: ...data", COALESCE("db_functions_article"."summary", "db_functi...
    18 `
     19}}}
Back to Top