-
-
Notifications
You must be signed in to change notification settings - Fork 261
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 official MSSQL support #260
Comments
We did this with Joomla already The Doctrine DBAL implementation is just different |
Also there are the MSSQL Linux package now so there is a way to do this on Travis CI
|
Apparently, someone has a workaround for testing Oracle DB on travis ci as well https://github.com/cbandy/travis-oracle an Oracle account is required and the Oracle username and password has to be in the build environment variables either as hidden repository settings or encrypted variables |
Amazing! Thanks for the valuable information! I'll try it soon :-) |
you are welcome |
FYI Doctrine is working on implementing Oracle testing on the DBAL package using @continuousphp Setup is all done in the account via their web interface. so you are on your own with that. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
We can not currently provide any official support for MSSQL, as we can not test it. With AppVeyor we have the possibility.
Doctrine is attending to integrate AppVeyor (doctrine/dbal#2617). We should just wait until they are done and then we'll take it 😄
The text was updated successfully, but these errors were encountered: