#6810 closed defect (fixed)
OGR SQL / AttributeFilter does not support date comparisons
Reported by: | warmerdam | Owned by: | warmerdam |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | OGR_SF | Version: | unspecified |
Severity: | normal | Keywords: | sql datetime |
Cc: |
Description
Date comparisons with the OGR SQL expression evaluation do not actually compare datetimes properly - they just do string comparisons.
Attachments (1)
Change History (4)
by , 8 years ago
Attachment: | date_patch.diff added |
---|
comment:1 by , 8 years ago
Here a the code sprint I did a preliminary implementation but I haven't been able to run the test suite or test more widely.
Note:
See TracTickets
for help on using tickets.
Preliminary patch implementing datetime support.