HN2new | past | comments | ask | show | jobs | submitlogin

Now only MySQL is missing `RETURNING` from the relational databases that still matter. Postgres had it for ages, SQL Server has it with OUTPUT (with a caveat of breaking when using triggers) and SQLite finally added them on this release.

Using `RETURNING` is so much nicer than spending four round-trips to `BEGIN`, `INSERT`, `SELECT` and `COMMIT` otherwise...



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: