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
* pull n are used to fetch results in batches with the fetch_size configuration
* result.commit will now discard the rest if has more
* replaced the api result.summary() with result.consume()
* added new stub scripts
* fixed format issue
* using bolkit 4.0+ stub server
Before it was set to use the legacy bolkit stub server
* explicit version of boltkit in requirements
* fetches in batches
* added new stub server test scripts
* graceful shutdown for session result consume
* updated script to pass the bookmark to the next run
* added more time to let the stub servers start
* bolt 3 pull will now just ignore n and qid parameters
* added discard behaviour for transaction.consume and transaction.roll_back
Copy file name to clipboardExpand all lines: docs/source/index.rst
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -157,6 +157,12 @@ Argument Renaming Changes
157
157
* :code:`StatementResultSummary.protocol_version` is now :code:`ResultSummary.server.protocol_version`
158
158
159
159
160
+
API Changes
161
+
=========================
162
+
163
+
* :code:`Result.summary()` have been replaced with :code:`Result.consume()`, this behaviour is to consume all remaining records in the buffer and returns the ResultSummary.
0 commit comments