New submission from Sergey Fedoseev <fedoseev.ser...@gmail.com>:
SQLiter 3.8.3 and higher allows to mark created functions as deterministic to allow additional optimizations. There isn't currently a way to it from Python. https://sqlite.org/c3ref/create_function.html ---------- components: Extension Modules messages: 321027 nosy: sir-sigurd priority: normal severity: normal status: open title: add *deterministic* parameter to sqlite3.Connection.create_function() type: enhancement _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue34041> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com