Changes between Version 1 and Version 2 of Ticket #35368, comment 5


Ignore:
Timestamp:
Apr 11, 2024, 3:38:00 PM (7 weeks ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35368, comment 5

    v1 v2  
    2424}}}
    2525
    26 And then re-open #35194 for further investigation into which `COLLATE` incantations must be used for generated expressions.
     26And then re-open #35194 for further investigation into which `COLLATE` incantations must be used for generated expressions. In a sense the problem is very similar to the `CONCAT` vs `||` problem we ran into for `GeneratedField` where `CONCAT` is not immutable (#34955). Just like `CONCAT` the `UPPER` functions defaults to ''runtime information'' that must be explicitly declared when creating generate expressions.
Back to Top