-
Notifications
You must be signed in to change notification settings - Fork 46
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
Request: MSSQL support #92
Comments
Hi @dionysius, I think it would be great to include MSSQL support. I think this will need:
PR with above changes will be very appreciated :) |
There has been a lot of discussion and ideas in the freshly linked issue #128 for oracle DB. I'm not familiar with github actions, but if they support docker images, we could try to use the mssql images provided by microsoft: https://hub.docker.com/_/microsoft-mssql-server |
Moodle supports more databases than what moodle-plugin-ci currently offers. In studentquiz/moodle-mod_studentquiz#314 we got the first issue for MSSQL.
We would like to support MSSQL, but to confidently do that, we need to ensure that the testing toolchain can test against it as well.
Is moodlehq willing to add support for MSSQL?
If we are lucky, we only need to document how travis or github actions files need to be written.
The text was updated successfully, but these errors were encountered: