1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-05-13 19:34:05 +02:00
Nextcloud-News/lib/Service
Marco Nassabain b5186b01f1 🚑 Item: set id to null in clone function
This is done to set the id to null BEFORE resetting the updated fields.
The purpose of this is to avoid explicitly adding a NULL id into the DB,
which provokes an error in some DBMS (like postgres).

Fixes 

Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
2021-06-16 11:31:11 +02:00
..
Exceptions Make PHPstan stricter 2021-03-25 18:47:38 +01:00
FeedServiceV2.php Allow directly adding a feed without going through the discovery process 2021-04-02 11:15:17 +02:00
FolderServiceV2.php fix wrong function definition & remove leftover copyright headers 2021-04-08 10:23:11 +02:00
ImportService.php Make PHPstan stricter 2021-03-25 18:47:38 +01:00
ItemServiceV2.php 🧹 Cleanup code, remove spaces, rename variables 2021-04-08 22:31:21 +02:00
OpmlService.php Fix psalm issues 2021-01-12 13:29:08 +01:00
Service.php Remove V1 item API 2021-02-13 13:22:57 +01:00
ShareService.php 🚑 Item: set id to null in clone function 2021-06-16 11:31:11 +02:00
StatusService.php Make PHPstan stricter 2021-03-25 18:47:38 +01:00
UpdaterService.php Fix psalm issues 2021-01-12 13:29:08 +01:00