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
Fix inserts on MySQL with no RETURNING support for a table with multiple auto populated columns
c2c861f wasn't a sufficient fix for tables that
have more than just one auto populated column but the database doesn't support `RETURNING` statement.
This commit ensures that mysql adapters will only consider `auto_increment` columns to be
returned after insert which also implies that only one column can be returned after insert.
0 commit comments