nextcloud/lib
Joas Schilling 3c027bd0cf
Fix order of GREATEST for Oracle
As per https://docs.oracle.com/cd/B19306_01/server.102/b14200/functions060.htm
Oracle uses the first value to cast the rest or the values.
So when the first value is a plain int, instead of doing the math,
it will cast the expression to int and continue with a potential 0.

Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-06 12:13:22 +01:00
..
composer Merge pull request #23819 from nextcloud/td/routing/move_things_around 2020-11-04 22:16:13 +01:00
l10n [tx-robot] updated from transifex 2020-11-01 02:18:23 +00:00
private Fix order of GREATEST for Oracle 2020-11-06 12:13:22 +01:00
public Add a function to get the unread count for multiple objects in one go 2020-11-04 11:01:21 +01:00
autoloader.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
base.php Use auto-wiring on most outer level 2020-10-20 17:43:50 +02:00
versioncheck.php Allow to also use PHP 8.0 2020-09-18 09:16:30 +02:00