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

Replace PdoEndpoint with native SqlServerEndpoint #29

Open
raffis opened this issue Feb 28, 2019 · 0 comments
Open

Replace PdoEndpoint with native SqlServerEndpoint #29

raffis opened this issue Feb 28, 2019 · 0 comments
Labels
Milestone

Comments

@raffis
Copy link
Contributor

raffis commented Feb 28, 2019

Description

Is:
Currently there is a PdoEndpoint which has several disadvantages.
For example since multiple drivers are supported they still have different sql implementations.
For instance chunking response is different from MySQL to an SQL Server. There is no LIMIT in the SqlServer world.

Should:
Implement native MS SqlServer endpoint. Drop PDO support.

tubee server version

v1.0.0-beta1

tubee cli client version (If related)

PHP version

Operating system

Webserver

@raffis raffis added this to the v1.1.x milestone Feb 28, 2019
@raffis raffis added the change label Feb 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant