Skip to content

Fixed CQL2 filter <, <=, > , >=#1967

Open
lgoltz wants to merge 1 commit into
deegree:mainfrom
lat-lon:fix/cqlFilterGreaterLessThan-1543
Open

Fixed CQL2 filter <, <=, > , >=#1967
lgoltz wants to merge 1 commit into
deegree:mainfrom
lat-lon:fix/cqlFilterGreaterLessThan-1543

Conversation

@lgoltz

@lgoltz lgoltz commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

This PR fixes the support of #1960. Previously the generated SQL statement was a string comparison:

WHERE LOWER(X2.total_length::TEXT) <= LOWER(?::TEXT) FETCH NEXT 10 ROWS ONLY 

This PR fixes this:

WHERE X2.total_length <= (?::double precision)

@lgoltz lgoltz added bug error issue and bug (fix) WMS deegree Web Map Service OGCAPI OGC API standards labels Jul 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug error issue and bug (fix) OGCAPI OGC API standards WMS deegree Web Map Service

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants