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

Help!Data pending #43

Closed MongHoang closed 10 years ago

MongHoang commented 10 years ago

I have problem load data When I try debug, I can see data in content of OrientRecord but I want to get data as $key->data->Mail.Result return pending. However , when load orther record, some can load. I need for help. help

MongHoang commented 10 years ago

Hi, I tryed all recored. Only record which I link with Blog is pending. I see content of it diffrent with orthers User@Name:"quang",in_written_by:%AQAAAAIAEgAAAAAAAAAAABIAAAAAAAAAAQ==;,Password:"quang",out_Friend:#17:1,Mail:"quang@gmail.com". Is the problem here?

AntonTerekhov commented 10 years ago

Well, I guess this field (in_written_by) is serialized with RidBags, and this is that my library doesn't recognize or support. No estimation on supporting this feature.

MongHoang commented 10 years ago

That 's exactly, Can you give me advice for this proplem. I don't know why edge written_by is wrong.!