Michal Štefaňák

Results 25 comments of Michal Štefaňák

Same issue here, not working on windows. I've tried to FFI::load() on ".h" file and also I tried to use FFI::cdef() on ".dll" file. Result is always FFI\Exception `"Failed loading...

Neo4j/4.1.3 still contains this problem

@gitbuda You are correct if you run query `RETURN $i`. I looked deeper into it and when you try comparision `RETURN $i = -9223372036854775808` you get error. Even when I...

I reverted added pipelining because the implementation wasn't very good. I'm still in the process of thinking how to do it properly. Currently I'm working on branch https://github.com/neo4j-php/Bolt/tree/traits_pipeline where I...

https://github.com/neo4j-php/Bolt/commit/01b9c0a0584cdec6fc0749915eceb762ef590e2d Added new `\Bolt\protocol\Response` class for all readed messages from host. This class contains called bolt message, result signature and response content. https://github.com/neo4j-php/Bolt/blob/traits_pipeline/src/protocol/Response.php Removed throwing MessageException and IgnoredException because handling...

Please, can we get actual?

If interface reference will be used instead of abstract class will lint still complain about missing methods?

It won't work until bolt library next release.

@transistive what optimizations on bolt? 😁