AntonTerekhov / OrientDB-PHP

Binary protocol for OrientDB for PHP applications (Beta)
http://code.google.com/p/orient/wiki/NetworkBinaryProtocol
BSD 3-Clause "New" or "Revised" License
108 stars 23 forks source link

OrientDBRecordDecoder::decode() and gremlin projection #7

Closed red-0ne closed 11 years ago

red-0ne commented 12 years ago

Hello, When issuing queries like SELECT gremlin('current') FROM 5:1 php hangs on OrientDBRecordDecoder::decode($content) While $content is (string) 'gremlin:v[#5:101]'

Is decode() able to parse gremlin results? Thank you

AntonTerekhov commented 12 years ago

Hello.

At this time - definitely no. I'll look at gremlin manual and try to implement this, but can't predict a date =)