File tree 3 files changed +5
-0
lines changed
3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -967,6 +967,7 @@ To construct a :class:`neo4j.Session` use the :meth:`neo4j.Driver.session` metho
967
967
968
968
+ :ref: `bookmarks-ref `
969
969
+ :ref: `database-ref `
970
+ + :ref: `impersonated-user-ref `
970
971
+ :ref: `default-access-mode-ref `
971
972
+ :ref: `fetch-size-ref `
972
973
+ :ref: `bookmark-manager-ref `
Original file line number Diff line number Diff line change @@ -170,6 +170,8 @@ class PreviewWarning(Warning):
170
170
171
171
It might be changed without following the deprecation policy.
172
172
See also https://github.com/neo4j/neo4j-python-driver/wiki/preview-features
173
+
174
+ .. versionadded:: 5.8
173
175
"""
174
176
175
177
Original file line number Diff line number Diff line change @@ -1066,6 +1066,8 @@ class ResultFailedError(ResultError):
1066
1066
* itself encountered an error while fetching records
1067
1067
* another result within the same transaction encountered an error while
1068
1068
fetching records
1069
+
1070
+ .. versionadded: 5.14
1069
1071
"""
1070
1072
1071
1073
You can’t perform that action at this time.
0 commit comments