[feature request] SQL `RETURNING` have been [introduced in SQLite 3.35.0](https://www.sqlite.org/lang_returning.html). > SQLite's syntax for RETURNING is modelled after [PostgreSQL](https://www.postgresql.org/). Hence look like there is no special behaviour for `RETURNING` in SQLite not mapped to PostgreSQL `RETURNING` behavoiur.