-
Notifications
You must be signed in to change notification settings - Fork 122
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: improve column type info #347
Conversation
3b90f9d
to
2760050
Compare
@@ -7,11 +7,13 @@ pub struct TokenFeatureExtAck { | |||
} | |||
|
|||
#[derive(Debug)] | |||
#[allow(dead_code)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All of these are clippy fixes coming from Rust 1.79.0. I don't want to remove all of this code until we give tiberius proper attention again.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm, github's mentioning a bunch of clippy warnings in files that weren't in this PR, I guess those are also to be left until this happens
Overview
Related to https://github.com/prisma/team-orm/issues/1222.
Improve column type information so that Quaint can better infer its own
ColumnType
for the TypedSQL initiative.