Changes between Initial Version and Version 1 of Ticket #5345, comment 4


Ignore:
Timestamp:
Feb 21, 2023, 2:15:32 PM (15 months ago)
Author:
strk

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5345, comment 4

    initial v1  
    11Reopening 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:
    22
    3     if (/^create cast\s+\(\s*(\w+)\s+as\s+(\w+)\)/i)
     3`/^create cast\s+\(\s*(\w+)\s+as\s+(\w+)\)/i)`