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
If I have a table with two columns, “foo” and “bar”, I cannot use insert_rows to insert a record with only “foo”, because insert_rows doesn't actually use the “rows” parameter. It should be something like
INSERT INTO #{table} (#{rows.join(",")}) ...
The text was updated successfully, but these errors were encountered:
ainar-g
changed the title
Inserting a subset of rows doesn't work
Inserting a subset of columns doesn't work
Feb 5, 2019
If I have a table with two columns, “foo” and “bar”, I cannot use
insert_rows
to insert a record with only “foo”, becauseinsert_rows
doesn't actually use the “rows” parameter. It should be something likeThe text was updated successfully, but these errors were encountered: