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 Big Stone
Recipients Big Stone, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-11-06.21:29:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510003777.53.0.213398074469.issue30952@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-11-06 21:29:37Big Stonesetrecipients: + Big Stone, paul.moore, vstinner, tim.golden, zach.ware, steve.dower
2017-11-06 21:29:37Big Stonesetmessageid: <1510003777.53.0.213398074469.issue30952@psf.upfronthosting.co.za>
2017-11-06 21:29:37Big Stonelinkissue30952 messages
2017-11-06 21:29:37Big Stonecreate