Skip to content

Replace array_cat with concatenation function#207

Open
Byczax wants to merge 1 commit intotaigaio:mainfrom
Byczax:main
Open

Replace array_cat with concatenation function#207
Byczax wants to merge 1 commit intotaigaio:mainfrom
Byczax:main

Conversation

@Byczax
Copy link

@Byczax Byczax commented Nov 2, 2025

array_append(), array_prepend(), array_cat(), array_position(), array_positions(), array_remove(), array_replace(), and width_bucket() used to take anyarray arguments but from v14 they take anycompatiblearray. source

The array_cat() is used on two variables:
users_role.permissions and projects_project.anon_permissions.
Both of those variables are arrays of strings.

As in all cases we only work with 2 arrays.

Solves #103

array_append(), array_prepend(), array_cat(), array_position(), array_positions(), array_remove(), array_replace(), and width_bucket() used to take anyarray arguments but from v14 they take anycompatiblearray.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments