nextcloud/lib
Thomas Citharel 1c0342af58 Fix reading blob data as resource
PostgreSQL returns data as resource when using IQueryBuilder::PARAM_LOB
(which is used for QBMapper).

Previously we just converted this resource using settype, which produced
things like "Resource id #14" instead of the actual resource data.

Now we read the stream correctly if the returned data is a resource

See context at #22472

Fixes #22439

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-07-25 16:03:19 +00:00
..
composer don't overwrite the etag from storage backends that already provide "good" etags 2022-04-14 13:47:02 +02:00
l10n [tx-robot] updated from transifex 2022-07-14 02:25:42 +00:00
private Merge pull request #33253 from nextcloud/backport/32963/stable23 2022-07-22 23:55:19 +02:00
public Fix reading blob data as resource 2022-07-25 16:03:19 +00:00
autoloader.php Update php licenses 2021-06-04 22:02:41 +02:00
base.php Build OC\Core\Application when running occ or cron to register listeners correctly 2022-03-22 10:36:20 +01:00
versioncheck.php Use proper exit code 2021-10-03 21:51:45 +02:00