SQLite SaveChanges: Use RETURNING clause #24835
Labels
area-perf
area-save-changes
area-sqlite
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
Milestone
SQLite 3.35.0 added the RETURNING clause to INSERT, UPDATE, and DELETE statements. Currently, the update pipeline uses SQL like this to propagate changes...
...but it could be updated to this after the SQLitePCLRaw bundle is updated.
The text was updated successfully, but these errors were encountered: