You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -59,8 +59,7 @@ Concept of usage is based on Bolt messages. Available protocol methods depends o
59
59
in [pipeline](https://www.neo4j.com/docs/bolt/current/bolt/message/#pipelining) and you can chain multiple Bolt messages
60
60
before fetching response from the server.
61
61
62
-
Main `Bolt` class serves as Factory design pattern and it returns instance of protocol class by requested Bolt version (
63
-
default is 4 latest versions). Query execution and fetching response is split in two methods. First message `run` is for
62
+
Main `Bolt` class serves as Factory design pattern and it returns instance of protocol class by requested Bolt version. Query execution and fetching response is split in two methods. First message `run` is for
64
63
sending queries. Second message `pull` is for fetching response from last executed query on database.
65
64
Response from database for Bolt message `pull` always contains n+1 rows because last entry is `success` message with
0 commit comments