Even with the Production-Release  I cannot submit a simple "select from xq 
where a like 'df%' " query.

This is the test-query:
select from ( select expand( ll ) from ModelTest)   where att like '4%' 

It's transmitted via:
batch_uri: http://localhost:2480/batch/MyTest
post: 
{"transaction":true,"operations":[{"type":"cmd","language":"sql","command":"select
 
from ( select expand( ll ) from ModelTest) where att like '4%' "}]}

The Error-Message:  505 HTTP Version Not Supported

However:
this query is processed regular:

select from ( select expand( ll ) from ModelTest)   where att = '30 
attribute' 
batch_uri: http://localhost:2480/batch/MyTest
post: 
{"transaction":true,"operations":[{"type":"cmd","language":"sql","command":"select
 
from ( select expand( ll ) from ModelTest) where att = '30 attribute' "}]}


Any Suggestions where to look, what to change?

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to orient-database+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to