nextcloud/lib
Ferdinand Thiessen ee02e3246d
feat(AppFramework): Add full support for date / time / datetime columns
This adds support for all Doctrine supported types, for the column types only the immutable variants needed to be added.
But especially those types are the important ones, as our **Entity** class works by detecting changes through setters.
Meaning if it is mutable, changes like `$entity->date->modfiy()` can not be detected, so the immutable types make more sense here.

Similar the parameter types needed to be added.

`Enity` and `QBMapper` needed to be adjusted so they support (auto map) those types, required when insert or update an entity.

Also added more tests, especially to make sure the mapper really serializes the values correctly.

Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-10-17 18:31:42 +02:00
..
composer Merge pull request #48537 from nextcloud/add-command-to-cleanup-preview 2024-10-14 08:57:00 +02:00
l10n Fix(l10n): Update translations from Transifex 2024-10-17 00:21:11 +00:00
private feat(AppFramework): Add full support for date / time / datetime columns 2024-10-17 18:31:42 +02:00
public feat(AppFramework): Add full support for date / time / datetime columns 2024-10-17 18:31:42 +02:00
autoloader.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
base.php chore(legacy): Introduce public version ct plass and drop version methods from OC_Util 2024-09-20 14:53:34 +02:00
versioncheck.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00