Skip to content

Replace ARRAY[?] usage with {?}

Krasimir Angelov requested to merge 438124-update-array-operator into master

What does this MR do and why?

These changes are extracted from Convert integer ID columns to bigint (for new i... (!145752 - merged).

{?} works casts the array to the type of the left side, and works both when it's bigint[] or integer[].

This is needed in preparation for Use bigint for new installations (#438124 - closed), which is a prerequisite for Cells global identifiers.

See #438124 (comment 1833136499) for more context.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Related to #438124 (closed)

Edited by Krasimir Angelov

Merge request reports

Loading