Skip to content
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

make floor division operator visible in the expression builder (fix #52094) #53355

Merged
merged 1 commit into from Jun 7, 2023
Merged

make floor division operator visible in the expression builder (fix #52094) #53355

merged 1 commit into from Jun 7, 2023

Conversation

alexbruy
Copy link
Contributor

@alexbruy alexbruy commented Jun 5, 2023

Description

QGIS expressions support floor division operator (//) but it is not presented in the operators list and can not be found via search. This PR exposes floor division operator in the expression builder dialog and adds corresposning help entry.

Fixes #52094.

@alexbruy alexbruy added Bug Either a bug report, or a bug fix. Let's hope for the latter! backport queued_ltr_backports Queued Backports labels Jun 5, 2023
@github-actions github-actions bot added this to the 3.32.0 milestone Jun 5, 2023
@nyalldawson nyalldawson merged commit aa9f115 into qgis:master Jun 7, 2023
36 checks passed
@alexbruy alexbruy deleted the floor-div-operator-help branch June 8, 2023 03:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport queued_ltr_backports Queued Backports Bug Either a bug report, or a bug fix. Let's hope for the latter!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Expressions]: missing "//" operator help
2 participants