SuperKaioken / odbc2kml

Automatically exported from code.google.com/p/odbc2kml
0 stars 0 forks source link

You cannot use non-doubles with a comparison operator. #113

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Make a new condition: 13 <= msustudentdatalocks LATITUDE_LONGITUDE9
2. Hit add
3.

What is the expected output? What do you see instead?
Expected: condition adds without a problem.
Actual: You cannot use non-doubles with a comparison operator.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by mbbowser@gmail.com on 4 Apr 2010 at 10:23

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r450.

Original comment by mbbowser@gmail.com on 4 Apr 2010 at 10:49

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by mbbowser@gmail.com on 8 Apr 2010 at 8:57

GoogleCodeExporter commented 9 years ago
verified as not a bug

Original comment by sweenr...@gmail.com on 11 Apr 2010 at 7:17