mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-25 18:33:44 +03:00
Document that executemany() is not logged with LoggingConnection
This commit is contained in:
parent
9b4de93bdc
commit
30af82ef2f
|
@ -136,6 +136,11 @@ Logging cursor
|
||||||
.. autoclass:: LoggingCursor
|
.. autoclass:: LoggingCursor
|
||||||
|
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
Queries that are executed with `cursor.executemany()` are not logged.
|
||||||
|
|
||||||
|
|
||||||
.. autoclass:: MinTimeLoggingConnection
|
.. autoclass:: MinTimeLoggingConnection
|
||||||
:members: initialize,filter
|
:members: initialize,filter
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user