Issue34041
Created on 2018-07-04 10:04 by sir-sigurd, last changed 2022-04-11 14:59 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 8086 | merged | sir-sigurd, 2018-07-04 10:06 | |
| Messages (3) | |||
|---|---|---|---|
| msg321027 - (view) | Author: Sergey Fedoseev (sir-sigurd) * | Date: 2018-07-04 10:04 | |
SQLiter 3.8.3 and higher allows to mark created functions as deterministic to allow additional optimizations. There isn't currently a way to it from Python. https://sqlite.org/c3ref/create_function.html |
|||
| msg321263 - (view) | Author: Berker Peksag (berker.peksag) * ![]() |
Date: 2018-07-08 07:09 | |
New changeset 0830858aeedecc9ece60349f8c31c2690d1a99f8 by Berker Peksag (Sergey Fedoseev) in branch 'master': bpo-34041: Allow creating deterministic functions in Connection.create_function() (GH-8086) https://github.com/python/cpython/commit/0830858aeedecc9ece60349f8c31c2690d1a99f8 |
|||
| msg327086 - (view) | Author: (hydroflask) | Date: 2018-10-04 21:05 | |
Any possible way we can backport these changes to Python 3.5+? 3.8 is a ways away. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:59:02 | admin | set | github: 78222 |
| 2018-10-04 21:05:46 | hydroflask | set | nosy:
+ hydroflask messages: + msg327086 |
| 2018-07-08 07:09:57 | berker.peksag | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2018-07-08 07:09:22 | berker.peksag | set | nosy:
+ berker.peksag messages: + msg321263 |
| 2018-07-06 16:47:16 | berker.peksag | set | versions: + Python 3.8 |
| 2018-07-04 10:06:04 | sir-sigurd | set | keywords:
+ patch stage: patch review pull_requests: + pull_request7687 |
| 2018-07-04 10:04:14 | sir-sigurd | create | |
