Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upQueryable Numeric is not implemented for BigDecimal #1753
Comments
This comment has been minimized.
|
That sounds like you are using different versions of |
This comment has been minimized.
|
Closed because this does not contain something actionable for the diesel team. |
weiznich
closed this
Jun 5, 2018
This comment has been minimized.
fundon
commented
Jun 5, 2018
•
|
thank you. fixed |
This comment has been minimized.
|
It would be good if diesel re-exported BigDecimal when the numeric feature is enabled, then there's no chance of a clash. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fundon commentedJun 5, 2018
Setup
Versions
Feature Flags
diesel = { git = "https://github.com/diesel-rs/diesel", tag ="v1.3.1", default-features = false, features = ["chrono", "serde_json", "uuid", "network-address", "numeric", "r2d2", "postgres"] }Problem Description
Codes:
main.rsschema.rs