mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 08:56:34 +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
|
||||
|
||||
|
||||
.. note::
|
||||
|
||||
Queries that are executed with `cursor.executemany()` are not logged.
|
||||
|
||||
|
||||
.. autoclass:: MinTimeLoggingConnection
|
||||
:members: initialize,filter
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user