-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix PollMapper for PostgreSQL usage #3394
Conversation
Signed-off-by: dartcafe <[email protected]>
Signed-off-by: dartcafe <[email protected]>
Signed-off-by: dartcafe <[email protected]>
sorry, in Postgres we still have
and
|
@joergmschulz Are you referring to the app store installed version or the changed version with this PR? |
Signed-off-by: dartcafe <[email protected]>
Signed-off-by: dartcafe <[email protected]>
Signed-off-by: dartcafe <[email protected]>
Signed-off-by: dartcafe <[email protected]>
Signed-off-by: dartcafe <[email protected]>
OK. It turned out, that The order matters. |
Cool, thank you for fixing. I can confirm polls work using postgres and nextcloud 28.0.4 |
Great, thank you for feedback. |
Hi! we are hitting this issue on PG and version 6.3.0, would it be possible to backport this fix on 6.3 line, and publish 6.3.1? Thanks for your help! |
this patch below seems to fix it. I can make a PR for v6 in the coming days
|
Could this be backported to the 6.x branch? |
@voidus You will find a 6.4.0-beta1 in the releases. Would be good if you were able to check, if this solves your problem. @pierreozoux as well... |
@dartcafe I asked the person who maintains our nextcloud and they said that we probably won't be able to do it. Not 100%, but don't count on feedback from us =/ |
@voidus Nevermind. I tested against mySQL and things seem to work. Which Nextcloud version are you using? I will cook a release this evening. |
27.1.7 enterprise. Thank you!
…On Tue, 28 May 2024, 21:37 René Gieling, ***@***.***> wrote:
@voidus <https://github.com/voidus> Nevermind. I tested against mySQL and
things seem to work. Which Nextcloud version are you using?
I will cook a release this evening.
—
Reply to this email directly, view it on GitHub
<#3394 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA6LCUKTYIG245Y246M5QTZETMIPAVCNFSM6AAAAABFMNGLWSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZVHE3TMMBSGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@dartcafe, for us it does not solve the problem. I have applied the patch mentioned here manually as a workaround. For details see my issue: #3508 |
Thanks for the info, but If you would have any loglines representing the issue, I can see what I missed. |
Every time I open the polls app, this line is generated in the nextcloud.log file:
|
Thanks, that helped to find the bug. See quick update --> here |
Hi @dartcafe, On our 27.1.9 instance everything is working again. Thanks for the 6.4.1 update! On our 26.0.13 instance I got the following error during the polls update to 6.4.1. But everything seems to work.
|
This was the Autoreminder. See #3545 and https://github.com/nextcloud/polls/releases/tag/v6.4.2 |
Locked this, since it may get out of my attention (it's a closed PR). |
fixes #3393
fixes #3396
fixes #3399
testFind
to unit tests