Changes between Initial Version and Version 1 of Ticket #5345, comment 4
- Timestamp:
- 02/21/23 14:15:32 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5345, comment 4
initial v1 1 1 Reopening because while [3fbb9c75ae56c89e43fc4334c6c18e6102113869/git] does have topology_upgrade.sql generated by `create_upgrade.pl` that script is NOT supporting the syntax for CASTS used by topology yet. This is due to presence of schema qualification which fails matching the regexp used for casts: 2 2 3 if (/^create cast\s+\(\s*(\w+)\s+as\s+(\w+)\)/i) 3 `/^create cast\s+\(\s*(\w+)\s+as\s+(\w+)\)/i)`