-
Notifications
You must be signed in to change notification settings - Fork 160
Support for Microsoft SQL Server in JDBC event publication registry #804
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
Comments
That's a reasonable suggestion. I've tried to get a Testcontainers setup working for an hour now and failed to get a MSSQL server instance boot on my M1 Mac properly via Docker. If anyone was willing to contribute such a setup (create a |
We'll get back with a PR (and perhaps questions) |
@odrotbohm PTAL |
Actively reject attempts to use a dedicated schema with SQL Server. Prevent schema reset being executed if no schema is used. Properly report exception during database name detection. Original pull request: GH-808.
That's polished and merged! Thanks for the contribution! |
SQL-server isn't a supported database type as of today:
implement support for this.
The text was updated successfully, but these errors were encountered: