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

new expression builder does not support "NOT LIKE" #14890

Closed
qgib opened this issue Mar 7, 2012 · 1 comment
Closed

new expression builder does not support "NOT LIKE" #14890

qgib opened this issue Mar 7, 2012 · 1 comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Vectors Related to general vector layer handling (not specific data formats)

Comments

@qgib
Copy link
Contributor

qgib commented Mar 7, 2012

Author Name: Giovanni Manghi (@gioman)
Original Redmine Issue: 5132
Affected QGIS version: master
Redmine category:vectors
Assignee: Nathan Woodrow


This

@"Distrito" LIKE '%PT'@

works fine, while

@"Distrito" NOT LIKE '%PT'@

does not

the negation needs to be written as

@Not ("Distrito" LIKE '%PT')@

but it counter intuitive for the common users

@qgib
Copy link
Contributor Author

qgib commented Mar 7, 2012

Author Name: Jürgen Fischer (@jef-n)


Fixed in changeset "7dc309621829e39fe616c6ebddd85e5a8bd6f8b8".


  • status_id was changed from Open to Closed

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Vectors Related to general vector layer handling (not specific data formats) labels May 24, 2019
@qgib qgib closed this as completed May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Vectors Related to general vector layer handling (not specific data formats)
Projects
None yet
Development

No branches or pull requests

1 participant