New submission from Berker Peksag:

In issue 19065:

Gerhard says:

"I'm -1 because I believe that ultimately, adapters and converters were a 
mistake to add to pysqlite. That's why I deprecated them in pysqlite 2.8.0."

Here is a patch (based on commit from pysqlite project [1]) to deprecate them.

[1] 
https://github.com/ghaering/pysqlite/commit/c819a1eacb6baa52d9743bd400907307711a7427#diff-a31e41a9e523fbbf9e60ba9a31f38efeR159

----------
components: Extension Modules
files: deprecate_adapters.diff
keywords: patch
messages: 262525
nosy: berker.peksag, ghaering
priority: normal
severity: normal
stage: patch review
status: open
title: Deprecate register_adapter() and register_converter() in sqlite3
type: enhancement
versions: Python 3.6
Added file: http://bugs.python.org/file42309/deprecate_adapters.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26651>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to