nextcloud/lib
Thomas Citharel 1d30fb7852
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 09:45:47 +02:00
..
composer Merge pull request #27929 from nextcloud/enh/allowSsoToProvideSecret 2022-07-18 11:50:43 +02:00
l10n [tx-robot] updated from transifex 2022-07-14 02:25:22 +00:00
private always triger setup of builtin storage wrappers 2022-07-21 16:36:32 +02:00
public Fix reading blob data as resource 2022-07-25 09:45:47 +02:00
autoloader.php Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +02:00
base.php Fix 404 handling of requested JSON/XML 2022-07-08 19:14:05 +02:00
versioncheck.php Drop PHP7.3 2022-01-25 17:25:08 +01:00