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: Jean Louis
Subject: bug#58390: 29.0.50; sqlite: on INSERT RETURNING id does not return value
Date: Mon, 10 Oct 2022 11:43:31 +0300
User-agent: Mutt/2.2.7+37 (a90f69b) (2022-09-02)

One can see on command line that RETURNING works well in SQLite:

sqlite> insert into people default values returning people_id;
5

That is necessary to have in Emacs functions to get the return value
from `sqlite-execute' as well.

--
Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

In support of Richard M. Stallman
https://stallmansupport.org/





reply via email to

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