From e6c151eb3bcac5107f8515a43a3b0a7c1793df84 Mon Sep 17 00:00:00 2001 From: Sebastian Bank Date: Wed, 19 Apr 2017 18:24:43 +0200 Subject: [PATCH] Document that executemany() is not logged with LoggingConnection --- doc/src/extras.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/src/extras.rst b/doc/src/extras.rst index f162bf11..2e88f504 100644 --- a/doc/src/extras.rst +++ b/doc/src/extras.rst @@ -136,6 +136,11 @@ Logging cursor .. autoclass:: LoggingCursor +.. note:: + + Queries that are executed with `cursor.executemany()` are not logged. + + .. autoclass:: MinTimeLoggingConnection :members: initialize,filter