[issue30952] include Math extension in SQlite

2017-11-06 Thread Big Stone
Big Stone 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

[issue30952] include Math extension in SQlite

2017-11-06 Thread STINNER Victor
STINNER Victor added the comment: > I would be interested in having SQLite shipped with the math extension Python uses the SQLite library installed on the system, at least on Linux. To load an extension, I found: https://sqlite.org/loadext.html

[issue30952] include Math extension in SQlite

2017-11-02 Thread Big Stone
Big Stone added the comment: Sorry, I'm not skilled enough to do PR on Python core. -- ___ Python tracker ___

[issue30952] include Math extension in SQlite

2017-11-02 Thread Zachary Ware
Zachary Ware added the comment: Would you like to supply a PR? -- ___ Python tracker ___

[issue30952] include Math extension in SQlite

2017-07-17 Thread R. David Murray
Changes by R. David Murray : -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker ___

[issue30952] include Math extension in SQlite

2017-07-17 Thread Big Stone
New submission from Big Stone: I would be interested in having SQLite shipped with the math extension in python-3.7. The log / exponential function are important for some sql use case like exp(sum(log(x))) -- components: Extension Modules messages: 298555 nosy: Big Stone priority: