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

Move ShardingSphereDatabaseFactory to common module #34388

Merged
merged 7 commits into from
Jan 18, 2025
Prev Previous commit
Next Next commit
Refactor ExternalMetaDataFactory
terrymanu committed Jan 18, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 94a3d032cb76f4f24c5ff03be8734618ac3c66ee
Original file line number Diff line number Diff line change
@@ -74,5 +74,4 @@ public static Map<String, ShardingSphereDatabase> create(final MetaDataPersistSe
}
return result;
}

}