-
-
Notifications
You must be signed in to change notification settings - Fork 339
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
Hi in V4 Phalcon\Db\Adapter\Pdo add support MSSQL and Oracle ..? #913
Comments
@EOM Thanks for opening this issue. For now we will not support ORacle or MSSQL. We do have the incubator repository where some implementations could exist (not 100% sure though) https://github.com/phalcon/incubator. However the plan is to implement Data Mapper for the ORM in future releases of Phalcon and perhaps we can incorporate something that way there. Now bare in mind that it will be difficult to support it since we will need to have installations of MSSQL and Oracle in some sort of environment to be able to test the full functionality of the ORM. I believe that there are scripts from the open source community that allow installation of Oracle express in Travis-CI (our CI server) but not for MSSQL. So for now this functionality will be put on hold or implemented in the incubator. |
Well i guess mssql would need to be tested on appveyor? |
@Jurigag I have never set that up but I guess it could be. Still it is a huge task and we really don't have the resources to do that. As usual, if anyone else wants to pick that up and offer changes and functionality by all means. |
Btw, there are: |
After the v4 upgrade of the incubator I'm planning to add an mssql adapter to the incubator. Already did some stuff with mssql in docker before and it works ok for developing and testing. |
Hi in V4 Phalcon\Db\Adapter\Pdo add support MSSQL and Oracle ..?
The text was updated successfully, but these errors were encountered: