This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author erlendaasland
Recipients erlendaasland
Date 2021-06-22.23:30:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624404645.88.0.222168479229.issue44491@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2021-06-22 23:30:45erlendaaslandsetrecipients: + erlendaasland
2021-06-22 23:30:45erlendaaslandsetmessageid: <1624404645.88.0.222168479229.issue44491@roundup.psfhosted.org>
2021-06-22 23:30:45erlendaaslandlinkissue44491 messages
2021-06-22 23:30:45erlendaaslandcreate