Skip to content

Commit 684d7ec

Browse files
committed
Update nexus
1 parent 35f565f commit 684d7ec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

nexus/analyzer/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1134,6 +1134,7 @@ fn parse_db_options(db_type: DbType, with_options: &[SqlOption]) -> anyhow::Resu
11341134
}
11351135
.into(),
11361136
aws_auth: None,
1137+
server_id: opts.get("server_id").and_then(|s| s.parse::<u32>().ok()),
11371138
}),
11381139
DbType::DbtypeUnknown => return Ok(None),
11391140
}))

0 commit comments

Comments
 (0)