Closed GoogleCodeExporter closed 9 years ago
This issue was closed by revision r450.
Original comment by mbbowser@gmail.com
on 4 Apr 2010 at 10:49
In this case, the column actually holds onto strings, e.g. "(36.72408
-76.25131)". A
condition of 13 <= (36.72408 -76.25131) is meaningless. I think we should
continue to
treat fields with data like (36.72408 -76.25131) as strings and now allow < or
<=
operators. Shane, any thoughts?
Original comment by mbbowser@gmail.com
on 8 Apr 2010 at 2:56
I agree: if the data cannot be classified as a double we should not allow < or
<= operators.
As such, the expected output should be the error message you stated.
Original comment by nind...@gmail.com
on 8 Apr 2010 at 4:47
Original comment by mbbowser@gmail.com
on 8 Apr 2010 at 8:57
verified as not a bug
Original comment by sweenr...@gmail.com
on 11 Apr 2010 at 7:17
Original issue reported on code.google.com by
mbbowser@gmail.com
on 4 Apr 2010 at 10:23