Message 370050 - Python tracker
Message370050
| 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:24 | petr.viktorin | set | recipients: + petr.viktorin, ghaering, vstinner, benjamin.peterson |
| 2020-05-27 06:53:24 | petr.viktorin | set | messageid: <1590562404.81.0.567907652754.issue40784@roundup.psfhosted.org> |
| 2020-05-27 06:53:24 | petr.viktorin | link | issue40784 messages |
| 2020-05-27 06:53:24 | petr.viktorin | create | |