From: Jean Louis <bugs@gnu.support>
To: 58390@debbugs.gnu.org
Subject: bug#58390: 29.0.50; sqlite: on INSERT RETURNING id does not return value
Date: Mon, 10 Oct 2022 11:43:31 +0300 [thread overview]
Message-ID: <Y0PbM046VgW513pN@protected.localdomain> (raw)
In-Reply-To: <86pmf1o45n.fsf@protected.rcdrun.com>
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/
next prev parent reply other threads:[~2022-10-10 8:43 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-09 7:19 bug#58390: 29.0.50; sqlite: on INSERT RETURNING id does not return value Jean Louis
2022-10-10 8:43 ` Jean Louis [this message]
2022-10-10 8:58 ` Lars Ingebrigtsen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Y0PbM046VgW513pN@protected.localdomain \
--to=bugs@gnu.support \
--cc=58390@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.