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

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

bug#58885: closed (29.0.50; Incorrect sqlite-select docstring)


From: GNU bug Tracking System
Subject: bug#58885: closed (29.0.50; Incorrect sqlite-select docstring)
Date: Sun, 30 Oct 2022 14:39:02 +0000

Your message dated Sun, 30 Oct 2022 16:37:58 +0200
with message-id <83a65dfkc9.fsf@gnu.org>
and subject line Re: bug#58885: 29.0.50; Incorrect sqlite-select docstring
has caused the debbugs.gnu.org bug report #58885,
regarding 29.0.50; Incorrect sqlite-select docstring
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
58885: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58885
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 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


--- End Message ---
--- Begin Message --- Subject: Re: bug#58885: 29.0.50; Incorrect sqlite-select docstring Date: Sun, 30 Oct 2022 16:37:58 +0200
> From: Andrew Hyatt <ahyatt@gmail.com>
> Date: Sun, 30 Oct 2022 10:30:26 -0400
> Cc: 58885@debbugs.gnu.org
> 
>  Thanks.  I think it does make sense to say that the default return
>  value is a list.  So I fixed this in a different way, please take a
>  look.
> 
> The change you made looks good, thank you.  

OK, closing.


--- End Message ---

reply via email to

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