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 rhettinger
Recipients Big Stone, erlendaasland, rhettinger, steven.daprano
Date 2020-12-21.21:22:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608585755.15.0.71282521745.issue42686@roundup.psfhosted.org>
In-reply-to
Content
> but why would you do your maths computations in sql?

There are number of reasons it might be more convenient in SQL.  For example, it could be handy to create views measured in degrees instead of radians.  That might make where clauses in queries a little easier to read.


> Seems like the math functions will be included by default anyways

So, can this be closed?
History
Date User Action Args
2020-12-21 21:22:35rhettingersetrecipients: + rhettinger, steven.daprano, Big Stone, erlendaasland
2020-12-21 21:22:35rhettingersetmessageid: <1608585755.15.0.71282521745.issue42686@roundup.psfhosted.org>
2020-12-21 21:22:34rhettingerlinkissue42686 messages
2020-12-21 21:22:34rhettingercreate