If spaces in the URL are replaced with '+', Teiid returns error: Working URL: http://localhost:8080/odata4/static.1/Source/auth?$filter=id eq 1 Not-working URL: http://localhost:8080/odata4/static.1/Source/auth?$filter=id+eq+1 VDB: <vdb name="static" version="1"> <model name="Source" type="VIRTUAL"> <metadata type="DDL"> <![CDATA[create view auth (id integer primary key) as select 1]]> </metadata> </model> </vdb>
Error: <error xmlns="http://docs.oasis-open.org/odata/ns/metadata"> <code>null</code> <message> The types 'Edm.Boolean' and 'Edm.Int32' are not compatible. </message> </error>
Steven Hawkins <shawkins> updated the status of jira TEIID-4361 to Resolved