SQLite Forum

Are there any plans / chances of supporting a RETURNING clause?
Login
> I don't recall ever coming across any such cases.

Scanning the Fossil source code, I found two potential uses
for RETURNING:

  *  <https://fossil-scm.org/home/artifact/73d98587f21769?ln=1395-1409>
  *  <https://fossil-scm.org/home/artifact/6dff56283ae42aa27?ln=2330-2349>

But neither of these are a big gain, either in performance or simplicity
of code.  Perhaps my coding style is atypical?  Or perhaps there are other
use cases that I'm just not seeing?