yojimbo87 / OrientDB-NET.binary

C#/.NET binary driver for OrientDB
MIT License
21 stars 19 forks source link

Reading network stream, client cache, prefetched in synchronous command #37

Closed sowee15 closed 10 years ago

sowee15 commented 10 years ago

Hi, I updated the way to use the network stream to read responses. I also added the client cache at the ODatabase level. I also modified the command to process prefetched documents in while in sync mode. Finally, I added the read of the orientdb release in the REQUEST_DB_OPEN and return in when creating a DatabasePool.

yojimbo87 commented 10 years ago

Thanks a lot!