Filter with contains and top results in error quoted string not properly terminated\n

Hello All

when i try the filter
http://server:2001/tms/xdata/Customer?$filter=CONTAINS(Country , 'USA')&$top=5

results in an error
ORA-01756: quoted string not properly terminated\n

Please advice..

Works for me using latest version. Are you sure they are single quotes?

That is really strange indeed. I would recommend you use OnSqlExecuting event in the server to check the exact SQL statement that is causing such error in Oracle. Then post the SQL statement here, please.