drift icon indicating copy to clipboard operation
drift copied to clipboard

Allow using FROM in UPDATE statements

Open ky1vstar opened this issue 2 months ago • 0 comments

Hi! SQLite support UPDATE FROM statements beginning with version 3.33.0. I've managed to implement this statement using Dart extensions and a little bit of hacks, but I'm afraid I don't have required SQL knowledge to prepare a good enough PR. You can find PoC implementation in the following gist. It would be nice to have it implemented properly in Drift. Thanks

ky1vstar avatar Oct 14 '25 14:10 ky1vstar