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

fix: derive fromsqlrow for tsconfiguration #38

Merged
merged 1 commit into from
Oct 19, 2023
Merged

fix: derive fromsqlrow for tsconfiguration #38

merged 1 commit into from
Oct 19, 2023

Conversation

jakob-lilliemarck
Copy link
Contributor

Adding a missing #[derive(FromSqlRow)] for TsConfiguration

However - I've been trying to confirm if this is working by changing my local files under .cargo/registry/src/github.com-1ecc6299db9ec823/diesel_full_text_search-2.1.0/src/lib.rs but it doesn't really seem to recognise my changes.

Copy link
Member

@weiznich weiznich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 👍

For future reference: Cargo allows to overwrite dependencies for testing such fixes: https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html

@weiznich weiznich merged commit 6700fbd into diesel-rs:master Oct 19, 2023
6 checks passed
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.

None yet

2 participants