Skip to content

Conversation

@CarlSchwan
Copy link
Member

No description provided.

CarlSchwan added a commit to nextcloud/server that referenced this pull request Jan 26, 2026
Currently, it is documented in some places as returning a string but
returns a int or a string depending on the database used.

This then breaks then using strict comparaison in nextcloud/approval#362

Signed-off-by: Carl Schwan <[email protected]>
Before this would depends on the database backend and would break by
mistake on Oracle when using strict type comparaison.

Signed-off-by: Carl Schwan <[email protected]>
@provokateurin provokateurin merged commit ab1e8c2 into main Jan 26, 2026
38 checks passed
@provokateurin provokateurin deleted the carl/strict-comparaison branch January 26, 2026 13:26
CarlSchwan added a commit to nextcloud/server that referenced this pull request Jan 26, 2026
Currently, it is documented in some places as returning a string but
returns a int or a string depending on the database used.

This then breaks then using strict comparaison in nextcloud/approval#362

Signed-off-by: Carl Schwan <[email protected]>
CarlSchwan added a commit to nextcloud/server that referenced this pull request Jan 26, 2026
Currently, it is documented in some places as returning a string but
returns a int or a string depending on the database used.

This then breaks then using strict comparaison in nextcloud/approval#362

Signed-off-by: Carl Schwan <[email protected]>
kesselb added a commit that referenced this pull request Feb 6, 2026
The backend returns the tags a string since
#362.

NcSelectTags keeps them as integers.

Signed-off-by: Daniel Kesselberg <[email protected]>
kesselb added a commit that referenced this pull request Feb 6, 2026
The tags from TagAssignedEvent are ints, while tagPending is a string
since #362.

Signed-off-by: Daniel Kesselberg <[email protected]>
kesselb added a commit that referenced this pull request Feb 6, 2026
The backend returns the tags a string since
#362.

NcSelectTags keeps them as integers.

Signed-off-by: Daniel Kesselberg <[email protected]>
kesselb added a commit that referenced this pull request Feb 6, 2026
The tags from TagAssignedEvent are ints, while tagPending is a string
since #362.

Signed-off-by: Daniel Kesselberg <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants