nextcloud/lib/public/AppFramework/Db
Christoph Wurst 1cd05a06fa
Always free the DB result in QBMapper::findEntities
Without this patch it only happened if the code ran through without any
errors. Now the result is also freed in the case of an error.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-05-12 09:51:37 +02:00
..
DoesNotExistException.php Update php licenses 2021-06-04 22:02:41 +02:00
Entity.php Add a metadata service to store file metadata 2022-04-13 14:06:29 +02:00
IMapperException.php Update php licenses 2021-06-04 22:02:41 +02:00
Mapper.php Update php licenses 2021-06-04 22:02:41 +02:00
MultipleObjectsReturnedException.php Update php licenses 2021-06-04 22:02:41 +02:00
QBMapper.php Always free the DB result in QBMapper::findEntities 2022-05-12 09:51:37 +02:00
TTransactional.php Add Transactional trait for atomic DB operations 2022-02-17 09:58:41 +01:00