diff options
author | Sebastian Bank <sebastian.bank@uni-leipzig.de> | 2017-04-19 18:24:43 +0200 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2017-06-15 23:27:28 +0100 |
commit | 30af82ef2f1cfa2443203bd994ff53e40862776b (patch) | |
tree | d8887c4128b1dc38da35dd36f7c83d200fe898f9 /doc/src | |
parent | 9b4de93bdcb08bc0aeb28a2f4edc3ec9d6c821d8 (diff) | |
download | psycopg2-30af82ef2f1cfa2443203bd994ff53e40862776b.tar.gz |
Document that executemany() is not logged with LoggingConnection
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/extras.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/src/extras.rst b/doc/src/extras.rst index 7e0fd19..beb0511 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 |