[issue23758] Improve documenation about num_params in sqlite3 create_function and create_aggregate
New submission from Cédric Krier: num_params must have the value -1 for any number of arguments see https://www.sqlite.org/c3ref/create_function.html ---------- assignee: docs@python components: Documentation files: sqlite3_doc.patch keywords: patch messages: 239104 nosy: ced, docs@python priority: normal severity: normal status: open title: Improve documenation about num_params in sqlite3 create_function and create_aggregate type: enhancement Added file: http://bugs.python.org/file38664/sqlite3_doc.patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue23758> _______________________________________
Changes by Berker Peksag <berker.peksag@gmail.com>: ---------- nosy: +berker.peksag, ghaering stage: -> patch review versions: +Python 3.4, Python 3.5 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue23758> _______________________________________
Roundup Robot added the comment: New changeset 02efd708c5c0 by Berker Peksag in branch '3.5': Issue #23758: Improve num_params docs of create_{function,aggregate} functions https://hg.python.org/cpython/rev/02efd708c5c0 New changeset 5be12f20d8f2 by Berker Peksag in branch 'default': Issue #23758: Improve num_params docs of create_{function,aggregate} functions https://hg.python.org/cpython/rev/5be12f20d8f2 ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue23758> _______________________________________
Berker Peksag added the comment: Thank you Cédric. I also added tests to verify the behavior of num_params=-1. ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.6 -Python 3.4 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue23758> _______________________________________
participants (3)
-
Berker Peksag
-
Cédric Krier
-
Roundup Robot