Rename all table columns from ecuid and ecuuid to eucuid and eucuuid

This commit is contained in:
Clemens Schwaighofer
2024-12-13 11:45:16 +09:00
parent 2c75dbdf6c
commit 9ee8f43478
4 changed files with 10 additions and 8 deletions

View File

@@ -527,7 +527,9 @@ class ArrayHandler
}
/**
* From the array with key -> anything values return only the matching entries from key list
* From the array with key -> mixed values,
* return only the entries where the key matches the key given in the key list parameter
*
* key list is a list[string]
* if key list is empty, return array as is
*