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 2020-05-25.11:13:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590405226.61.0.516885064285.issue40766@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2020-05-25 11:13:46erlendaaslandsetrecipients: + erlendaasland
2020-05-25 11:13:46erlendaaslandsetmessageid: <1590405226.61.0.516885064285.issue40766@roundup.psfhosted.org>
2020-05-25 11:13:46erlendaaslandlinkissue40766 messages
2020-05-25 11:13:46erlendaaslandcreate