[issue42686] include built-in Math functions in SQLite to 3.35.0 of march 2021

Erlend Egeberg Aasland report at bugs.python.org
Mon Dec 21 05:12:32 EST 2020


Erlend Egeberg Aasland <erlend.aasland at innova.no> added the comment:

Seems like the math functions will be included by default anyways, so we'll have to explicitly exclude them if we don't want them.

https://www.sqlite.org/draft/compile.html#enable_math_functions:
"This option [SQLITE_ENABLE_MATH_FUNCTIONS] is automatically added to the Makefile by the configure script on unix platforms, unless the --disable-math option is used."

----------

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


More information about the Python-bugs-list mailing list