Details
Description
This case comes up with geoserver wfs cite tests. The tests issue a filter like:
intProperty = decimalProperty + decimalLiteral
The filter is encoded with a cast inline that cases the decimal property to an integer, throwing off the comparison.
Issue Links
- relates to
-
GEOT-4046
SQLException: Invalid column type in OracleFeatureSourceTest
-
Tested on h2 and postgis thus far. Don;t have my oracle and sql server vms to test against at the moment.