Uh oh!
There was an error while loading. Please reload this page.
Fix writing BLOBs to postgres with recent contacts interaction - #22472
Merged
Conversation
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
ChristophWurst
requested review from
blizzz, kesselb, marius-wieschollek, nickvergessen and rullzerAugust 28, 2020 12:32
ChristophWurst
commented
Aug 28, 2020
MemberAuthor
/backport to stable19 |
🤖 beep boop beep 🤖 Here are the logs for the failed build: Status of 32412: failureacceptance-app-files
Show full log |
blizzz
reviewed
Aug 28, 2020
Uh oh!
There was an error while loading. Please reload this page.
nickvergessen
approved these changes
Aug 31, 2020
blizzz
approved these changes
Aug 31, 2020
Member
This doesn't seem to work properly. In the case of |
tcitworld added a commit
that referenced
this pull request
Jul 6, 2022
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 #22472Fixes#22439 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
tcitworld added a commit
that referenced
this pull request
Jul 6, 2022
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 #22472Fixes#22439 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
tcitworld added a commit
that referenced
this pull request
Jul 6, 2022
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 #22472Fixes#22439 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
tcitworld added a commit
that referenced
this pull request
Jul 11, 2022
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 #22472Fixes#22439 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
nextcloud-command pushed a commit
that referenced
this pull request
Jul 22, 2022
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 #22472Fixes#22439 Signed-off-by: Thomas Citharel <tcit@tcit.fr> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
nickvergessen pushed a commit
that referenced
this pull request
Jul 25, 2022
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 #22472Fixes#22439 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
backportbot-nextcloudBot
pushed a commit
that referenced
this pull request
Jul 25, 2022
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 #22472Fixes#22439 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
backportbot-nextcloudBot
pushed a commit
that referenced
this pull request
Jul 25, 2022
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 #22472Fixes#22439 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
backportbot-nextcloudBot
pushed a commit
that referenced
this pull request
Jul 25, 2022
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 #22472Fixes#22439 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes#22330