1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-05-14 13:34:05 +02:00
Nextcloud-News/lib/Db
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
..
EntityJSONSerializer.php Make PHPstan stricter 2021-03-25 18:47:38 +01:00
Feed.php fix invalid 'empty' checks 2021-04-08 10:23:11 +02:00
FeedMapperV2.php DB: Updates should use set() 2021-03-31 22:39:00 +02:00
Folder.php separate serialization functions 2021-04-08 10:23:11 +02:00
FolderMapperV2.php fix wrong function definition & remove leftover copyright headers 2021-04-08 10:23:11 +02:00
IAPI.php add missing type hints 2021-04-08 10:23:11 +02:00
Item.php 🚑 Item: set id to null in clone function 2021-06-16 11:31:11 +02:00
ItemMapperV2.php db: no longer order by items.last_modified 2021-05-27 19:12:55 +02:00
ListType.php General: Fix folder query 2021-02-20 13:57:09 +01:00
NewsMapperV2.php fix item purger for PostgreSQL 2021-02-02 13:48:55 +01:00