Re: [sqlite] [EXTERNAL] Feature suggestion / requesst

2018-06-07 Thread Scott Robison
On Fri, Jun 8, 2018, 12:11 AM Hick Gunter wrote: > > > > > >I've encountered a feature that I think would be awesome: > >https://www.postgresql.org/docs/9.3/static/dml-returning.html > > > >Example: INSERT INTO blah (this, that, another) VALUES (x, y, z) > RETURNING id; > > > > What does this do

Re: [sqlite] [EXTERNAL] Feature suggestion / requesst

2018-06-07 Thread Hick Gunter
> > >I've encountered a feature that I think would be awesome: >https://www.postgresql.org/docs/9.3/static/dml-returning.html > >Example: INSERT INTO blah (this, that, another) VALUES (x, y, z) RETURNING id; > What does this do if the INSERT creates multiple rows? What about inserts generated fro