Changes between Version 1 and Version 2 of Ticket #35368, comment 5
- Timestamp:
- Apr 11, 2024, 3:38:00 PM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35368, comment 5
v1 v2 24 24 }}} 25 25 26 And then re-open #35194 for further investigation into which `COLLATE` incantations must be used for generated expressions. 26 And 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.