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

doc: mention cargo-insta in the Readme #119

Merged
merged 3 commits into from
Dec 10, 2023
Merged

doc: mention cargo-insta in the Readme #119

merged 3 commits into from
Dec 10, 2023

Conversation

cljoly
Copy link
Owner

@cljoly cljoly commented Dec 7, 2023

Call out:

  • Use of the library with insta (insta.rs)
  • Useful caro tools to install to debug failing CI

Does some of the documentation work for #112

Copy link

github-actions bot commented Dec 7, 2023

Coverage Status

Changes unknown
when pulling 9b04c22 on insta-doc
into ** on multi-errors-fkc**.

@cljoly cljoly added this to the Version 1.1.0 milestone Dec 7, 2023
@cljoly cljoly force-pushed the multi-errors-fkc branch 2 times, most recently from 16ccfff to 00f917a Compare December 10, 2023 00:45
@cljoly cljoly force-pushed the insta-doc branch 4 times, most recently from 9b04c22 to 89d108a Compare December 10, 2023 00:59
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
Call out:
* Use of the library with insta (insta.rs)
* Useful caro tools to install to debug failing CI
Base automatically changed from multi-errors-fkc to master December 10, 2023 01:07
@cljoly cljoly merged commit 80c1833 into master Dec 10, 2023
36 checks passed
@cljoly cljoly deleted the insta-doc 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