mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 00:27:41 +01:00
Fix existing JSON array util `json_array_contains_value`, and add two new utils: `json_array_contains_any` and `json_array_contains_all`. These utils have been tested with arrays of strings and integers, on the following database engine versions: - PostgreSQL: 12, 13, 14, 15, 16, 17, 18 - MySQL: 8.0, 8.4, 9.0, 9.4 - MariaDB: 10.5, 10.6, 10.11, 11.4, 11.8, 12.0