diesel-rs / diesel

A safe, extensible ORM and Query Builder for Rust
https://diesel.rs
Apache License 2.0
12.79k stars 1.08k forks source link

Add a missing type def #4351

Closed weiznich closed 2 days ago

weiznich commented 2 days ago

This commit adds a missing type-def that allows now to use table.count() with #[auto_type]

Found and reported by @Turbo87