[New-bugs-announce] [issue44491] [sqlite3] allow clearing the authoriser callback

Erlend E. Aasland report at bugs.python.org
Tue Jun 22 19:30:45 EDT 2021


New submission from Erlend E. Aasland <erlend.aasland at innova.no>:

Currently, it is possible to clear both the sqlite3 trace callback and progress handler by passing 'None' as the callback/handler, however it is not possible to clear the authoriser callback.

Suggesting to allow clearing the authoriser callback with set_authorizer(None).


See also https://sqlite.org/c3ref/set_authorizer.html

----------
assignee: erlendaasland
components: Extension Modules
messages: 396374
nosy: erlendaasland
priority: low
severity: normal
status: open
title: [sqlite3] allow clearing the authoriser callback
type: enhancement
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44491>
_______________________________________


More information about the New-bugs-announce mailing list