nextcloud/lib/public/AppFramework
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
..
Bootstrap Allow registration of migrators 2022-02-11 23:34:25 +00:00
Db Fix reading blob data as resource 2022-07-25 09:45:47 +02:00
Http Merge pull request #32485 from nextcloud/debt/noid/psalm-streamer-fh 2022-05-31 14:22:05 +02:00
OCS Update php licenses 2021-06-04 22:02:41 +02:00
Services Fix ArrayAccess and JsonSerializable return types 2021-11-23 09:28:56 +01:00
Utility Phase out the controller reflector 2021-06-17 18:21:19 +02:00
ApiController.php Update php licenses 2021-06-04 22:02:41 +02:00
App.php Update php licenses 2021-06-04 22:02:41 +02:00
AuthPublicShareController.php Adds a "Request password" button to the public share authentication page for shares 2022-04-11 21:58:24 +02:00
Controller.php Update php licenses 2021-06-04 22:02:41 +02:00
Http.php Update php licenses 2021-06-04 22:02:41 +02:00
IAppContainer.php Add a public replacement for OC::$server->get 2022-05-10 18:51:12 +02:00
Middleware.php Update php licenses 2021-06-04 22:02:41 +02:00
OCSController.php Update php licenses 2021-06-04 22:02:41 +02:00
PublicShareController.php Update php licenses 2021-06-04 22:02:41 +02:00
QueryException.php Update php licenses 2021-06-04 22:02:41 +02:00