There was a bug in how sqlite was updating data from joined tables, in that it would possibly select any random row from the database to use for updating.
This makes sure the FROM clause is linked to the original table.
There was a bug in how sqlite was updating data from joined tables, in that it would possibly select any random row from the database to use for updating.
This makes sure the FROM clause is linked to the original table.