Message305660
> 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
https://sqlite.org/c3ref/load_extension.html
How am I supposed the math extension? The CLI ".load" command requires the name or even the full path to a shared library (".so" file on Linux).
I see that the issue was tagged as Windows. Are you talking about the SQLite bundled with Python installer on Windows? |
|
Date |
User |
Action |
Args |
2017-11-06 17:09:05 | vstinner | set | recipients:
+ vstinner, paul.moore, tim.golden, zach.ware, steve.dower, Big Stone |
2017-11-06 17:09:05 | vstinner | set | messageid: <1509988145.01.0.213398074469.issue30952@psf.upfronthosting.co.za> |
2017-11-06 17:09:05 | vstinner | link | issue30952 messages |
2017-11-06 17:09:04 | vstinner | create | |
|