drizzle-orm icon indicating copy to clipboard operation
drizzle-orm copied to clipboard

[SQLite] Add support for limit in SQLite update

Open neil-ptr opened this issue 1 year ago • 0 comments

Allow for LIMIT to be used in SQLite update statements to restrict the number of rows affected by an update query. Also added test and type tests. Related #535

neil-ptr avatar Jun 05 '23 22:06 neil-ptr