bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#58885: 29.0.50; Incorrect sqlite-select docstring


From: Andrew Hyatt
Subject: bug#58885: 29.0.50; Incorrect sqlite-select docstring
Date: Sun, 30 Oct 2022 00:54:17 -0400



The docstring for sqlite-select says "By default, the return value is a list where the first element is a list of column names, and the rest of the elements are the matching data." But this isn't true, by default, the value of RETURN-TYPE in that function is nil, which does not prepend the list of column names. I don't think anything more is necessary then removing this line, because the rest of the docstring has sufficient explanation.

Patch included.

Attachment: 0001-fix-incorrect-sqlite-select-docstring.patch
Description: docstring fix


reply via email to

[Prev in Thread] Current Thread [Next in Thread]