-
Notifications
You must be signed in to change notification settings - Fork 43
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
feat: add Microsoft SQL Server
module
#72
Conversation
Microsoft SQL Server
image
Microsoft SQL Server
imageMicrosoft SQL Server
module
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution! 👍
I'll take a look at the CI failures... |
The failed tests sometimes tried to login before master db (a system db where SA user is in) was recovered and got auth errors.
Fixed @DDtKey Could you please run CI again for this changes? |
## 🤖 New release * `testcontainers-modules`: 0.1.4 -> 0.2.0 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.2.0] - 2023-11-29 ### Features - Add `Microsoft SQL Server` module ([#72](#72)) ### Miscellaneous Tasks - [**breaking**] Update `elasticmq` default image version ([#73](#73)) - Bump the aws-dependencies group with 5 updates ([#71](#71)) <!-- generated by git-cliff --> </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Thanks for all efforts to get it merged! New version has been released and available on crates.io |
Thank you! 🥳 |
This PR adds a Microsoft SQL Server module based on the official Docker images.
https://hub.docker.com/_/microsoft-mssql-server
Thanks!