[New-bugs-announce] [issue40766] Add support for SQLITE_DIRECTONLY and SQLITE_INNOCUOUS for user-defined functions

Erlend Egeberg Aasland report at bugs.python.org
Mon May 25 07:13:46 EDT 2020


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

Add support for SQLITE_DIRECTONLY and SQLITE_INNOCUOUS in `sqlite3.create_function()` and `sqlite3.create_aggregate()`.

>From the SQLite 3.31.0 changelog:
- Provide the ability to tag application-defined SQL functions with new properties SQLITE_INNOCUOUS or SQLITE_DIRECTONLY.


https://www.sqlite.org/c3ref/c_deterministic.html#sqlitedirectonly
https://www.sqlite.org/changes.html

----------
components: Library (Lib)
messages: 369871
nosy: erlendaasland
priority: normal
severity: normal
status: open
title: Add support for SQLITE_DIRECTONLY and SQLITE_INNOCUOUS for user-defined functions
versions: Python 3.10, Python 3.8, Python 3.9

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


More information about the New-bugs-announce mailing list