Files
netbird/management/server
Bethuel Mmbaga 96d2207684 Fix JSON function compatibility for SQLite and PostgreSQL (#2746)
resolves the issue with json_array_length compatibility between SQLite and PostgreSQL. It adjusts the query to conditionally cast types:

PostgreSQL: Casts to json with ::json.
SQLite: Uses the text representation directly.
2024-10-16 17:55:30 +02:00
..
2024-03-27 18:48:48 +01:00
2024-03-27 18:48:48 +01:00
2024-10-04 18:55:25 +03:00
2024-09-06 16:28:19 +02:00
2024-09-06 16:28:19 +02:00
2024-10-10 14:14:56 +02:00