Part-DB-server/src/Doctrine/Functions
Jan Böhmer e223078af9 Added a custom function to make PostgresSQL searches case insensitive
This is required only for postgres as every other database is case invariant by default. But to achieve a portable way, we implement it via a custom DQL function.

This fixes issue #784
2024-12-02 00:17:54 +01:00
..
ArrayPosition.php Use postgres native array_position function instead of our FIELD function and pass it as array literal instead of variadic function 2024-06-17 23:13:04 +02:00
Field2.php Applied rector suggestions 2024-06-22 00:31:43 +02:00
ILike.php Added a custom function to make PostgresSQL searches case insensitive 2024-12-02 00:17:54 +01:00
Natsort.php Show in server info page which natural sorting method is used 2024-07-28 14:13:34 +02:00
Regexp.php Fixed regex function for postgres 2024-06-13 23:18:25 +02:00