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

added test for mssql protocol Info #1891

Merged
merged 1 commit into from Jun 8, 2022

Conversation

walf443
Copy link
Contributor

@walf443 walf443 commented Jun 4, 2022

similar to #1890

@@ -3,6 +3,7 @@ use bytes::{Buf, Bytes};
use crate::error::Error;
use crate::mssql::io::MssqlBufExt;

#[allow(dead_code)]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is for warnings reduction

sqlx-core/src/mssql/protocol/info.rs#L8
field is never read: `number`
sqlx-core/src/mssql/protocol/info.rs#L9
field is never read: `state`
sqlx-core/src/mssql/protocol/info.rs#L10
field is never read: `class`
sqlx-core/src/mssql/protocol/info.rs#L11
field is never read: `message`
sqlx-core/src/mssql/protocol/info.rs#L12
field is never read: `server`
sqlx-core/src/mssql/protocol/info.rs#L13
field is never read: `procedure`
sqlx-core/src/mssql/protocol/info.rs#L14
field is never read: `line`

@abonander abonander merged commit 4e9bfb0 into launchbadge:master Jun 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants