nextcloud-server/lib
Carl Schwan 837fe3586d feat(db): Restaure support for non-nullable boolean column
We disabled them because they are not supported on Oracle DB and it is
still the case for OCI < 23. But instead of disabling the support
completely for every database types, mark non-nullable boolean column as
actually nullable when using Oracle.

This allow to use some slighly lighter schema on normal databases who
support natively booleans wheen we don't need to store 3 states
true|false|null.

Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
2025-09-17 14:45:48 +07:00
..
composer Merge pull request #54810 from nextcloud/feat/typed-tag-events 2025-09-04 11:19:28 +07:00
l10n fix(l10n): Update translations from Transifex 2025-09-15 00:13:16 +07:00
private feat(db): Restaure support for non-nullable boolean column 2025-09-17 14:45:48 +07:00
public fix: Dispatch favorite event with an actual path 2025-09-15 15:04:00 +07:00
unstable fix(lexicon): missing doc 2025-07-24 15:56:35 +07:00
base.php Merge pull request #54713 from nextcloud/fix/fix-status.php-cookies 2025-09-01 11:48:27 +07:00
versioncheck.php