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

transaction / commit / rollback support ? #23

Open fsicre opened 11 years ago

fsicre commented 11 years ago

Hi,

We are starting a 2 years long new project and OrientDB-PHP binary driver may be part of our technical choices.

We will need a "full" support to transactions.

Do you think that this support could be implemented in OrientDB-PHP in the next two months ?

Thanks a lot for this great great project.

fsicre commented 11 years ago

http://code.google.com/p/orient/wiki/Transactions

TXTYPE.OPTIMISTIC ?

marsred commented 11 years ago

Hi, I believe fsicre is looking for Optimistic Transactions(TXTYPE.OPTIMISTIC). Even I am looking for that support. Can you tell me whether this feature has been added to the library?

AntonTerekhov commented 11 years ago

Hi, this feature isn't in library yet.

marsred commented 11 years ago

Thanks for the reply. Any info on when this feature will be supported?

AntonTerekhov commented 11 years ago

No, no plans for this. This might be interesting, but I have no idea where I can find some time to add some code to support this.

AaronSchulz commented 9 years ago

+1 on supporting this if there is any time.