
This issue trackerhas been migrated toGitHub, and is currentlyread-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.
Created on2018-07-04 10:04 bysir-sigurd, last changed2022-04-11 14:59 byadmin. This issue is nowclosed.
| 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 changeset0830858aeedecc9ece60349f8c31c2690d1a99f8 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 | |