[issue30952] include Math extension in SQlite

Big Stone report at bugs.python.org
Mon Nov 6 16:29:37 EST 2017


Big Stone <stonebig34 at gmail.com> added the comment:

Hi Victor,

I would like to use math functions, specifically "exp(sum(log(x)))", on the Sqlite motor shipped embedded with Python on Windows.

It's an important corner case of what I miss in Sqlite motor, that forced me to (wait to) rely on SQLServer (or other big iron).

In my other hobby of Python-in-Scientific-cursus of France, having not a fully enabled SQLite (in its mathematic abilities) is also a problem.

Maybe there are other more important outstanding issues about embedded-SQlite integration with Python, but that one is hard to workaround.

----------

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


More information about the Python-bugs-list mailing list