Skip to content

Commit 3a24e67

Browse files
Merge branch 'bolt_57_58' of github.com:stefanak-michal/Bolt into bolt_57_58
2 parents 174ab30 + 10fcca0 commit 3a24e67

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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

2323
https://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

141141
List or dictionary can be also provided as instance of class implementing `Bolt\packstream\IPackListGenerator`
142142
or `Bolt\PackStream\IPackDictionaryGenerator`. This approach helps with memory management while working with big amount

0 commit comments

Comments
 (0)