You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: