Skip to content

Transparent switch over for deprecated mssql DB driver. #226

Description

@NathanGibbs3
Item Description
File(s):
Class:
Function:
Similar Issues:
Depends on Issue(s):
Dependency Type:
Misc. Info.: Issue effects PHP 5.3.0+

Need: php.ini lines for enabling the following:

  • The old MySQL Driver. - Extension=mysql
  • The new Mysqli Driver. - Extension=mysqli
  • The PostgreSQL driver. - Extension=pgsql
  • The old MsSQL driver. - Extension=mssql
  • The new MsSQL driver - Extension=sqlsrv.
  • The Oracle driver - Extension=oci8.

We can detect when BASE is running on windows and issue a more appropriate error message about enabling the necessary extension.

Expected Behavior:
When $DBtype is set to mssql, transparently switch over to the sqlsrv driver.
Current Behavior:
BASE crashes.

Metadata

Metadata

Assignees

Labels

DBDatabase IssuesDB-MsSQLIssues related to Ms SQL Server DBLCB-TechDebtIssue exists in Legacy Code Base. We inherited it.ProdObserved in Production Environment.StabilityIssue impacts or is related to App Stability.WindowsIssues affecting installations running on MS Windows.bugSomething isn't workingenhancementNew feature or requestinvalidThis doesn't seem right

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions