Brendonovich / prisma-client-rust

Type-safe database access for Rust
https://prisma.brendonovich.dev
Apache License 2.0
1.83k stars 108 forks source link

Scalar Lists missing read filters #257

Closed Brendonovich closed 1 year ago

Brendonovich commented 1 year ago

Initially reported by @Alivers. Should be fixed on 1f6474396363bab8c4cdd70c342055779b36909d.

Dennis-Zhang-SH commented 1 year ago

Hi, any progress on this issue?

Dennis-Zhang-SH commented 1 year ago

sorry, change the rev works just fine.

arnm commented 1 year ago

Im a rust newbie, is that a commit hash I can specify in the Cargo.toml? When will this go into a proper tag?

Brendonovich commented 1 year ago

Im a rust newbie, is that a commit hash I can specify in the Cargo.toml? When will this go into a proper tag?

Yep, use rev = "1f6474396363bab8c4cdd70c342055779b36909d" instead of tag = "0.6.4". I should have a new release out today.