mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-44491: Allow clearing the sqlite3 authoriser callback (GH-26863)
This commit is contained in:
parent
18ba1ff6a4
commit
b19f455339
6 changed files with 33 additions and 6 deletions
|
@ -430,6 +430,11 @@ Connection Objects
|
|||
argument and the meaning of the second and third argument depending on the first
|
||||
one. All necessary constants are available in the :mod:`sqlite3` module.
|
||||
|
||||
Passing :const:`None` as *authorizer_callback* will disable the authorizer.
|
||||
|
||||
.. versionchanged:: 3.11
|
||||
Added support for disabling the authorizer using :const:`None`.
|
||||
|
||||
|
||||
.. method:: set_progress_handler(handler, n)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue