Files
romm/backend/handler/database
Michael Manganiello 7825bce7b8 fix: Use proper JSON contains function for PostgreSQL
Fix `json_array_contains_value` function to use the `@>` operator for
checking if a JSON array contains a value in PostgreSQL. This is
necessary because the `has_key` function only works for string values.

Also, remove `get_rom_collections` method, as it was doing the same
thing as `get_collections_by_rom_id`.

Fixes #1441.
2025-01-08 21:07:01 -03:00
..
2024-05-21 21:28:17 -04:00
2024-05-21 21:28:17 -04:00
2024-05-21 21:28:17 -04:00
2024-07-04 23:11:07 +02:00
2024-12-09 19:57:13 -05:00