File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ all available versions and keep up with protocol messages architecture and speci
1818
1919## :label : Version support
2020
21- We are trying to keep up and this library supports ** Bolt <= 5.6 ** .
21+ We are trying to keep up and this library supports ** Bolt <= 5.8 ** .
2222
2323https://www.neo4j.com/docs/bolt/current/bolt-compatibility/
2424
@@ -126,17 +126,17 @@ _`run` executes query in auto-commit transaction if explicit transaction was not
126126
127127### Cypher query parameters
128128
129- | Neo4j | PHP |
130- | ------------| -----------------------------------------------------------------------------------------------------------------------------------|
131- | Null | null |
132- | Boolean | boolean |
133- | Integer | integer |
134- | Float | float |
135- | Bytes | [ Bytes class] ( https://github.com/neo4j-php/Bolt/blob/master/src/structures/Bytes.php ) |
136- | String | string |
137- | List | array with consecutive numeric keys from 0 |
138- | Dictionary | object or array which is not considered as list |
139- | Structure | Classes implementing ` IStructure ` by protocol version ([ docs] ( https://www.neo4j.com/docs/bolt/current/bolt/structure-semantics/ ) ) |
129+ | Neo4j | PHP |
130+ | ------------| ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
131+ | Null | null |
132+ | Boolean | boolean |
133+ | Integer | integer |
134+ | Float | float |
135+ | Bytes | [ Bytes class] ( [ https://github.com/neo4j-php/Bolt/blob/master/src/structures/Bytes.php](https://github.com/neo4j-php/Bolt/blob/master/src/packstream/Bytes.php) ) |
136+ | String | string |
137+ | List | array with consecutive numeric keys from 0 |
138+ | Dictionary | object or array which is not considered as list |
139+ | Structure | Classes implementing ` IStructure ` by protocol version ([ docs] ( https://www.neo4j.com/docs/bolt/current/bolt/structure-semantics/ ) ) |
140140
141141List or dictionary can be also provided as instance of class implementing ` Bolt\packstream\IPackListGenerator `
142142or ` Bolt\PackStream\IPackDictionaryGenerator ` . This approach helps with memory management while working with big amount
You can’t perform that action at this time.
0 commit comments