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 steven.daprano
Recipients Big Stone, erlendaasland, steven.daprano
Date 2020-12-21.20:59:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20201221205849.GS28254@ando.pearwood.info>
In-reply-to <1608544258.45.0.77512241008.issue42686@roundup.psfhosted.org>
Content
It is probably harmless to enable the option, especially if it will be 
the SQLite default, but why would you do your maths computations in sql, 
using the limited set of functions available, when you could do them in 
Python, with a much larger set of available functions and better 
debugging facilities?
History
Date User Action Args
2020-12-21 20:59:43steven.dapranosetrecipients: + steven.daprano, Big Stone, erlendaasland
2020-12-21 20:59:43steven.dapranolinkissue42686 messages
2020-12-21 20:59:43steven.dapranocreate