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 erlendaasland
Recipients Big Stone, erlendaasland, steven.daprano
Date 2020-12-21.10:12:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608545552.91.0.817144976913.issue42686@roundup.psfhosted.org>
In-reply-to
Content
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."
History
Date User Action Args
2020-12-21 10:12:32erlendaaslandsetrecipients: + erlendaasland, steven.daprano, Big Stone
2020-12-21 10:12:32erlendaaslandsetmessageid: <1608545552.91.0.817144976913.issue42686@roundup.psfhosted.org>
2020-12-21 10:12:32erlendaaslandlinkissue42686 messages
2020-12-21 10:12:32erlendaaslandcreate