mirror of
https://github.com/nextcloud/server.git
synced 2026-02-14 00:04:57 -05: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> |
||
|---|---|---|
| .. | ||
| Exception | ||
| QueryBuilder | ||
| AdapterTest.php | ||
| ConnectionFactoryTest.php | ||
| ConnectionTest.php | ||
| MigrationsTest.php | ||
| MigratorTest.php | ||
| OCPostgreSqlPlatformTest.php | ||