mirror of
https://github.com/nextcloud/server.git
synced 2026-02-10 06:15:08 -05:00
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> |
||
|---|---|---|
| .. | ||
| Bootstrap | ||
| Db | ||
| Http | ||
| OCS | ||
| Services | ||
| Utility | ||
| ApiController.php | ||
| App.php | ||
| AuthPublicShareController.php | ||
| Controller.php | ||
| Http.php | ||
| IAppContainer.php | ||
| Middleware.php | ||
| OCSController.php | ||
| PublicShareController.php | ||
| QueryException.php | ||