Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi errors fkc #118

Merged
merged 2 commits into from
Dec 10, 2023
Merged

Multi errors fkc #118

merged 2 commits into from
Dec 10, 2023

Conversation

cljoly
Copy link
Owner

@cljoly cljoly commented Dec 7, 2023

No description provided.

Copy link

github-actions bot commented Dec 7, 2023

Coverage Status

coverage: 93.413% (+0.08%) from 93.333%
when pulling 3be2310 on multi-errors-fkc
into 7979940 on update-cargo-mutants.

@cljoly cljoly added this to the Version 1.1.0 milestone Dec 7, 2023
@cljoly cljoly changed the base branch from master to update-cargo-mutants December 7, 2023 05:48
@cljoly cljoly force-pushed the multi-errors-fkc branch 2 times, most recently from 5c48baf to 3be2310 Compare December 7, 2023 21:07
@cljoly cljoly force-pushed the update-cargo-mutants branch 2 times, most recently from 7979940 to 0c898c2 Compare December 10, 2023 00:41
@cljoly cljoly marked this pull request as ready for review December 10, 2023 00:42
@cljoly cljoly force-pushed the update-cargo-mutants branch from 0c898c2 to 1ba1a92 Compare December 10, 2023 00:45
Base automatically changed from update-cargo-mutants to master December 10, 2023 00:57
The `foreign_key_check` pragma returns a list of all the violated
foreign key constraints[^1]:
> The foreign_key_check pragma returns one row output for each foreign
> key violation
Each ForeignKeyCheckError store one of those rows. However, only the
first row is stored.

Store all row returned in a vector in the returned error variant,
`Error::ForeignKeyCheck(…)`.

[^1]: https://www.sqlite.org/pragma.html#pragma_foreign_key_check
@cljoly cljoly merged commit 5755be7 into master Dec 10, 2023
24 checks passed
@cljoly cljoly deleted the multi-errors-fkc branch December 10, 2023 01:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant