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 petr.viktorin
Recipients benjamin.peterson, ghaering, petr.viktorin, vstinner
Date 2020-05-27.06:53:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590562404.81.0.567907652754.issue40784@roundup.psfhosted.org>
In-reply-to
Content
Indeed. The SQLite documentation talks about the limitations that non-deterministic functions have, not about deterministic functions being memoized: https://www.sqlite.org/deterministic.html

The flag would be better tested e.g. with a CHECK constraint: https://www.sqlite.org/lang_createtable.html#ckconst
History
Date User Action Args
2020-05-27 06:53:24petr.viktorinsetrecipients: + petr.viktorin, ghaering, vstinner, benjamin.peterson
2020-05-27 06:53:24petr.viktorinsetmessageid: <1590562404.81.0.567907652754.issue40784@roundup.psfhosted.org>
2020-05-27 06:53:24petr.viktorinlinkissue40784 messages
2020-05-27 06:53:24petr.viktorincreate