From c32f01234633650aeda65d78cdd7a5b9f32dc362 Mon Sep 17 00:00:00 2001 From: Robsdedude Date: Wed, 8 Feb 2023 18:06:05 +0100 Subject: [PATCH] API docs: add link to execute_query discussion on GH --- docs/source/api.rst | 4 ++++ docs/source/async_api.rst | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/source/api.rst b/docs/source/api.rst index 82f7241c5..461fc85b7 100644 --- a/docs/source/api.rst +++ b/docs/source/api.rst @@ -342,6 +342,10 @@ Closing a driver will immediately shut down all connections in the pool. **This is experimental.** (See :ref:`filter-warnings-ref`) It might be changed or removed any time even without prior notice. + We are looking for feedback on this feature. Please let us know what + you think about it here: + https://github.com/neo4j/neo4j-python-driver/discussions/896 + .. versionadded:: 5.5 diff --git a/docs/source/async_api.rst b/docs/source/async_api.rst index 08e0b3d22..428f1af14 100644 --- a/docs/source/async_api.rst +++ b/docs/source/async_api.rst @@ -321,10 +321,13 @@ Closing a driver will immediately shut down all connections in the pool. :returns: the result of the ``result_transformer`` :rtype: T - **This is experimental.** (See :ref:`filter-warnings-ref`) It might be changed or removed any time even without prior notice. + We are looking for feedback on this feature. Please let us know what + you think about it here: + https://github.com/neo4j/neo4j-python-driver/discussions/896 + .. versionadded:: 5.5