-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Add getR2dbcUrl Method on MariaDB, MySQL, PostgreSQL, MsSQL #9569
base: main
Are you sure you want to change the base?
Conversation
Can you add tests, please? |
Of course! I'm currently writing and testing the cases. However, I encountered an error in MsSQL Test. Project error log:
MsSQL Docker container error log:
I've found that these error logs keep repeating(but it seems like it's working fine). After researching, it seems that this issue is not only present in "Testcontainers" (#3079) but also appears in "mssql-docker" issues. However, I am unsure how to resolve this. Could you provide guidance on how to address this problem? whole error log (MsSQL Docker container)
|
I have added functionality to support the getR2dbcUrl method for MySQL, MariaDB, PostgreSQL, and MsSQL, as it was requested in this issue #8797