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

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

bug#58390: 29.0.50; sqlite: on INSERT RETURNING id does not return value


From: Lars Ingebrigtsen
Subject: bug#58390: 29.0.50; sqlite: on INSERT RETURNING id does not return value
Date: Mon, 10 Oct 2022 10:58:53 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Jean Louis <bugs@gnu.support> writes:

> (sqlite-execute my-db "INSERT INTO people (people_firstname, people_name, 
> people_email)
>                                   VALUES (?, ?, ?)
>                                RETURNING people_id" 
>               '("Joe" "Doe" "joedoe@example.com"))
> and after that function I get message "not an error". That is not proper.

I've now fixed this in Emacs 29.





reply via email to

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