Skip to content

Fix UPDATE FROM in sqlite

Latest
Compare
Choose a tag to compare
@schveiguy schveiguy released this 03 Sep 03:43

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.