Tomasz Cyrankowski

Results 13 comments of Tomasz Cyrankowski

Hi @npotier, I've few changes but tests for SF ^4.0 are still red. It didn't pass before.

I have the same problem but "send" method also works for me. Thank you @RonRademaker

I have the same issue, but changed format: ``` .Format(expfmt.FmtText) ``` it works for me.

OK guys, I created [OrientDbBundle](https://github.com/tomcyr/OrientDbBundle.git) and I implementented persistance methods in my Service class outside Manager so in future this methods can be used from Manager:)

https://github.com/tomcyr/orientdb-odm/commit/dcddc4a392e7392a628e9edddb8bcc1c5d780739 - http status 100 we have as response when updating documents

OK, let's say we have example test records in db from this example: https://github.com/doctrine/orientdb-odm/issues/158 Next in my action: ``` php /** * @Route("/api/test") */ public function indexAction() { $manager =...

OK, I know now but it's very strange: After update record I have response with headers: HTTP/1.1 200 OK Date: Fri Feb 01 01:41:06 CET 2013 Content-Type: text/plain; charset=utf-8 Server:...

There is another problem yet. If we're updating document in Orient DB which has @version > 0 we must send our @version in request. We have @version of document in...