File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -351,6 +351,10 @@ Closing a driver will immediately shut down all connections in the pool.
351
351
**This is experimental. ** (See :ref: `filter-warnings-ref `)
352
352
It might be changed or removed any time even without prior notice.
353
353
354
+ We are looking for feedback on this feature. Please let us know what
355
+ you think about it here:
356
+ https://github.com/neo4j/neo4j-python-driver/discussions/896
357
+
354
358
.. versionadded :: 5.5
355
359
356
360
Original file line number Diff line number Diff line change @@ -329,10 +329,13 @@ Closing a driver will immediately shut down all connections in the pool.
329
329
:returns: the result of the ``result_transformer ``
330
330
:rtype: T
331
331
332
-
333
332
**This is experimental. ** (See :ref: `filter-warnings-ref `)
334
333
It might be changed or removed any time even without prior notice.
335
334
335
+ We are looking for feedback on this feature. Please let us know what
336
+ you think about it here:
337
+ https://github.com/neo4j/neo4j-python-driver/discussions/896
338
+
336
339
.. versionadded :: 5.5
337
340
338
341
You can’t perform that action at this time.
0 commit comments