nextcloud-server/tests/lib/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 +07:00
..
Bootstrap Add event logging to app loading 2022-02-28 11:24:41 +07:00
Controller Adds a "Request password" button to the public share authentication page for shares 2022-04-11 21:58:24 +07:00
Db Fix reading blob data as resource 2022-07-25 09:45:47 +07:00
DependencyInjection Adjust and add unit tests 2022-02-23 11:01:58 +07:00
Http Fix PHP 8.2 warnings about undeclared properties 2022-06-21 16:17:52 +07:00
Middleware Merge pull request #32587 from nextcloud/bugfix/noid/improve-jsconfighelper 2022-05-31 10:29:30 +07:00
OCS
Routing Remove at matcher uses in tests/lib 2022-06-16 17:43:17 +07:00
Utility
AppTest.php Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +07:00