We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cfde75 commit 54701b8Copy full SHA for 54701b8
1 file changed
src/error.rs
@@ -456,11 +456,11 @@ impl error::FromError<SslError> for ConnectError {
456
#[derive(Clone, PartialEq, Eq, Debug)]
457
pub enum ErrorPosition {
458
/// A position in the original query
459
- Normal(usize),
+ Normal(u32),
460
/// A position in an internally generated query
461
Internal {
462
/// The byte position
463
- position: usize,
+ position: u32,
464
/// A query generated by the Postgres server
465
query: String
466
}
0 commit comments