coleifer / pysqlite3

SQLite3 DB-API 2.0 driver from Python 3, packaged separately, with improvements
zlib License
188 stars 53 forks source link

enable sqlite math functions #33

Closed fgregg closed 2 years ago

fgregg commented 2 years ago

thanks so much for this valuable package!

it would be great if the built-in math functions were enabled by adding the -DSQLITE_ENABLE_MATH_FUNCTIONS as a compilation flag

(https://www.sqlite.org/compile.html#enable_math_functions)

coleifer commented 2 years ago

There should be new wheels on pypi (0.4.7) that include this.

fgregg commented 2 years ago

thank you so much!