Michal Štefaňák

Results 25 issues of Michal Štefaňák

Hi. I would to request upgrade on cypher function `keys()`. It will be nice if it works on Map and result would be list of keys from it. ``` RETURN...

feature
good first issue
community
Effort - Medium
Severity - S3
Priority - Later
Frequency - Monthly
Reach - VeryFew

**Memgraph version** 2.3.1 **Environment** Windows, Docker **Describe the bug** If you run query `RETURN true, false;` you get error `Client received exception: Multiple results with the same name 'true' are...

bug
good first issue
needs triage
community

**Memgraph version** 2.3.1 **Environment** Windows, Docker, Bolt, PHP Bolt library **Describe the bug** When I run query with min int value I get error: Integer literal exceeds 64 bits. (Memgraph.ClientError.MemgraphError.MemgraphError)...

bug
good first issue
needs triage
community
Effort - Low
Severity - S3
Priority - Later
Frequency - Monthly
Reach - VeryFew

**Memgraph version** 2.3.1 **Environment** Windows, Docker, PHP Bolt library **Describe the bug** After connecting to memgraph over bolt first message is "hello" to login into. Server response for this message...

bug
needs triage
community

Hi. I would like to ask if there is any solution on my problem. I have PHPStorm and your plugin. When I do string concat the highlight doesn't work. Of...

I don't know if you want to use constants from bolt library for states. I kept strings how it was.

In future PHP Bolt library will change protocol classes and it won't be using chain of responsibility anymore. Each protocol version class won't be extending the previous one. It will...

Hi. I've two suggestion to improve speed of curl connection. 1. Class Transport constructor should call `gethostbyname()` if the host isn't IP. It will resolve hostname to IP and it's...

This is build upon https://github.com/neo4j-php/Bolt/pull/94 And it is related to https://github.com/neo4j-php/Bolt/issues/99

Add support for pipelining bolt messages https://www.neo4j.com/docs/bolt/current/bolt/message/#pipelining Messages may also be pipelined. In other words, clients may send multiple requests eagerly without first waiting for responses. When a failure occurs...

enhancement