You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get rid of unused Sqlite3Adapter#use_insert_returning?
It was introduced in rails#49290
likely to do the same as PostgresqlAdapter, but it's not used
anywhere and there not really any reason to have that option.
Postgres has it because INSERT RETURNING can't be used in some
corner cases, see: rails#5698
0 commit comments