We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cfc981 commit b4739dcCopy full SHA for b4739dc
src/storage-types/src/connections.rs
@@ -2227,7 +2227,7 @@ impl<C: ConnectionAccess> AlterCompatible for SqlServerConnectionDetails<C> {
2227
for (compatible, field) in compatibility_checks {
2228
if !compatible {
2229
tracing::warn!(
2230
- "MySqlConnection incompatible at {field}:\nself:\n{:#?}\n\nother\n{:#?}",
+ "SqlServerConnectionDetails incompatible at {field}:\nself:\n{:#?}\n\nother\n{:#?}",
2231
self,
2232
other
2233
);
0 commit comments