Ticket #4321 (closed defect: fixed)
autotest/ogr/ogr_join_test.py: Type mismatch errors
| Reported by: | peifer | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | OGR_SF | Version: | 1.8.0 |
| Severity: | normal | Keywords: | ogr sql |
| Cc: |
Description
I noted the below errors while running ogr_join_test.py. I guess the errors are related to this JOIN on line 173:
+ 'LEFT JOIN idlink2 ON poly.eas_id = idlink2.name ' )
...where poly.eas_id is a numeric field and idlink2.name is a string field.
TEST: ogr_join_10 ... ERROR 1: Type mismatch or improper type of arguments to = operator. ERROR 1: Type mismatch or improper type of arguments to = operator. ERROR 1: Type mismatch or improper type of arguments to = operator. ERROR 1: Type mismatch or improper type of arguments to = operator. ERROR 1: Type mismatch or improper type of arguments to = operator. ERROR 1: Type mismatch or improper type of arguments to = operator. ERROR 1: Type mismatch or improper type of arguments to = operator. ERROR 1: Type mismatch or improper type of arguments to = operator. ERROR 1: Type mismatch or improper type of arguments to = operator. ERROR 1: Type mismatch or improper type of arguments to = operator.
Change History
Note: See
TracTickets for help on using
tickets.
