New submission from Erlend Egeberg Aasland <erlend.aasl...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue40766>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to