Skip to content
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

Closed
DavidBadura opened this issue Jan 31, 2017 · 7 comments
Closed

add official MSSQL support #260

DavidBadura opened this issue Jan 31, 2017 · 7 comments

Comments

@DavidBadura
Copy link
Contributor

DavidBadura commented Jan 31, 2017

Q A
Bug report? no
Feature request? yes
BC Break report? no
RFC? no

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 😄

@DavidBadura DavidBadura added this to the 2.0 milestone Jan 31, 2017
@photodude
Copy link

We did this with Joomla already
joomla/joomla-cms#13790
and the Joomla-Framework Database package
joomla-framework/database#72

The Doctrine DBAL implementation is just different
Note: lots of packages are doing this now

@photodude
Copy link

Also there are the MSSQL Linux package now so there is a way to do this on Travis CI

The SQL Server for Linux preview is available as a docker image. Assuming we can setup Travis to protect our access key to the private preview, we could use docker on Travis CI builds to execute against tests SQL Server.

https://www.microsoft.com/en-us/server-cloud/sql-server-on-linux.aspx

https://docs.travis-ci.com/user/docker/

@photodude
Copy link

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

@DavidBadura
Copy link
Contributor Author

Amazing! Thanks for the valuable information! I'll try it soon :-)

@photodude
Copy link

you are welcome

@photodude
Copy link

FYI Doctrine is working on implementing Oracle testing on the DBAL package using @continuousphp

https://continuousphp.com

Setup is all done in the account via their web interface. so you are on your own with that.

@github-actions
Copy link

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.

@github-actions github-actions bot added the stale label Feb 13, 2021
@VincentLanglet VincentLanglet removed this from the 2.0 milestone Feb 23, 2021
@github-actions github-actions bot closed this as completed Mar 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants