Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#945 closed defect (fixed)

OGR Provider: Verify attribute and spatial filters can play nicely together

Reported by: jng Owned by: jng
Priority: major Milestone: 4.1.0
Component: OGR Provider Version:
Severity: 3 Keywords:
Cc: External ID:

Description

Change History (2)

comment:1 by jng, 6 years ago

Resolution: fixed
Status: assignedclosed

In 7644:

Added OGR unit test to verify spatial and regular filters when combined do play nicely together. Fixes #945

comment:2 by jng, 6 years ago

In 7646:

Merged revision(s) 7638, 7640-7645 from trunk:
Fix incorrect parameter names in CMake build scripts
........
Fix bash-isms in cmake_bootstrap.sh and just inline the contents of setenvironment.sh into this script instead of sed patching and source-ing the patched script
........
Use . instead of source in cmake_build.sh and enable --use-ld-gold switch for linking with gold instead of ld
........
Gracefully handle evaluation of identifiers containing mixed quotes instead of segfaulting. Fixes #946
........
#946: Some explanation as to why the OGR provider test suite was the home for this new test
........
Added OGR unit test to verify spatial and regular filters when combined do play nicely together. Fixes #945
........
Don't advertise insert/update/delete in command capabilities if OGR connection is read-only. Includes unit tests to verify. Fixes #938
........

Note: See TracTickets for help on using tickets.