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.09:50:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608544258.45.0.77512241008.issue42686@roundup.psfhosted.org>
In-reply-to
Content
I see no reason not to build SQLite with -DSQLITE_ENABLE_MATH_FUNCTIONS for the Windows and macOS builds. Why take the detour through the Python library when you can use the built-in SQLite functions?

The change is trivial: Add -DSQLITE_ENABLE_MATH_FUNCTIONS to PCbuild/sqlite3.vcxproj and Mac/BuildScript/build-installer.py.
History
Date User Action Args
2020-12-21 09:50:58erlendaaslandsetrecipients: + erlendaasland, steven.daprano, Big Stone
2020-12-21 09:50:58erlendaaslandsetmessageid: <1608544258.45.0.77512241008.issue42686@roundup.psfhosted.org>
2020-12-21 09:50:58erlendaaslandlinkissue42686 messages
2020-12-21 09:50:58erlendaaslandcreate