rust-query icon indicating copy to clipboard operation
rust-query copied to clipboard

Change `insert` and `update` to return an enum when there are multiple unique constraints

Open LHolten opened this issue 6 months ago • 1 comments

Currently the returned error type is unit (), this gives no information even though SQLite will let us know of at least one unique constraint which failed.

LHolten avatar Jul 04 '25 11:07 LHolten