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

Hi in V4 Phalcon\Db\Adapter\Pdo add support MSSQL and Oracle ..? #913

Open
EOM opened this issue Jul 18, 2019 · 5 comments
Open

Hi in V4 Phalcon\Db\Adapter\Pdo add support MSSQL and Oracle ..? #913

EOM opened this issue Jul 18, 2019 · 5 comments

Comments

@EOM
Copy link

EOM commented Jul 18, 2019

Hi in V4 Phalcon\Db\Adapter\Pdo add support MSSQL and Oracle ..?

@niden
Copy link
Sponsor Member

niden commented Jul 22, 2019

@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.

@Jurigag
Copy link
Contributor

Jurigag commented Jul 22, 2019

Well i guess mssql would need to be tested on appveyor?

@niden
Copy link
Sponsor Member

niden commented Jul 22, 2019

@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.

@sergeyklay
Copy link
Contributor

Btw, there are:

@ruudboon
Copy link
Member

ruudboon commented Jul 29, 2019

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.
Not having any plans to integrate Oracle support but we're open for pull's off course.

@sergeyklay sergeyklay transferred this issue from phalcon/cphalcon Jul 29, 2019
@Jeckerson Jeckerson self-assigned this Jul 9, 2023
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

6 participants