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
Once the cursor hits product.id = 3 it gets stuck, because the queries always returns [3, 4], [3, 5], and cursor_value does not use the table_name (iow: column.to_s.split(".").first) on @columns to update the value on the cursor:
Reproduction steps:
dev test
on branchpb-bug-multi-cursor-different-tables
Expected behaviour:
Other notes
The text was updated successfully, but these errors were encountered: