mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
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>