Movatterモバイル変換


[0]ホーム

URL:


homepage

Issue34041

This issue trackerhas been migrated toGitHub, and is currentlyread-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title:add *deterministic* parameter to sqlite3.Connection.create_function()
Type:enhancementStage:resolved
Components:Extension ModulesVersions:Python 3.8
process
Status:closedResolution:fixed
Dependencies:Superseder:
Assigned To:Nosy List: berker.peksag, hydroflask, sir-sigurd
Priority:normalKeywords:patch

Created on2018-07-04 10:04 bysir-sigurd, last changed2022-04-11 14:59 byadmin. This issue is nowclosed.

Pull Requests
URLStatusLinkedEdit
PR 8086mergedsir-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)*(Python committer)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
DateUserActionArgs
2022-04-11 14:59:02adminsetgithub: 78222
2018-10-04 21:05:46hydroflasksetnosy: +hydroflask
messages: +msg327086
2018-07-08 07:09:57berker.peksagsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2018-07-08 07:09:22berker.peksagsetnosy: +berker.peksag
messages: +msg321263
2018-07-06 16:47:16berker.peksagsetversions: + Python 3.8
2018-07-04 10:06:04sir-sigurdsetkeywords: +patch
stage: patch review
pull_requests: +pull_request7687
2018-07-04 10:04:14sir-sigurdcreate
Supported byThe Python Software Foundation,
Powered byRoundup
Copyright © 1990-2022,Python Software Foundation
Legal Statements

[8]ページ先頭

©2009-2026 Movatter.jp