Commit 419e591
committed
feat: patch-bolt support in Bolt version 4.4
To solve the protocol violation issue.
The neo4j-omni always serializes `DateTime` to the modern structure defined in Bolt 5.0.
The Bolt 4.x version cannot unpack it.
However, the Bolt 4.4 version may unpack the Bolt 5.0 `DateTime` with a "utc" `patch-bolt`.
I just try to use this to solve the problem at least in Bolt 4.4.1 parent 0528031 commit 419e591
1 file changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1232 | 1232 | | |
1233 | 1233 | | |
1234 | 1234 | | |
| 1235 | + | |
| 1236 | + | |
| 1237 | + | |
| 1238 | + | |
| 1239 | + | |
| 1240 | + | |
| 1241 | + | |
| 1242 | + | |
| 1243 | + | |
| 1244 | + | |
| 1245 | + | |
| 1246 | + | |
| 1247 | + | |
1235 | 1248 | | |
1236 | 1249 | | |
1237 | 1250 | | |
| |||
0 commit comments