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

upsert.include should accept IncludeType #221

Closed
QiroNT opened this issue Dec 9, 2022 · 0 comments · Fixed by #222
Closed

upsert.include should accept IncludeType #221

QiroNT opened this issue Dec 9, 2022 · 0 comments · Fixed by #222
Labels
bug Something isn't working lib

Comments

@QiroNT
Copy link

QiroNT commented Dec 9, 2022

pub fn include<I: IncludeType<ModelData = Actions::Data>>(
self,
include: I,
) -> Include<'a, Vec<I::Data>> {

pub fn include<I: SelectType<ModelData = Actions::Data>>(
self,
select: I,
) -> Include<'a, I::Data> {

Should be easy to fix.

@Brendonovich Brendonovich added bug Something isn't working lib labels Dec 9, 2022
@Brendonovich Brendonovich added this to the 0.6.4 milestone Dec 9, 2022
@Brendonovich Brendonovich linked a pull request Dec 9, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working lib
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants