Actions
Feature #75454
closedDoctrine DBAL database connections
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
Start date:
2016-04-08
Due date:
% Done:
100%
Estimated time:
PHP Version:
7.0
Tags:
doctrine, dbal, database, postgres, mysql
Complexity:
Sprint Focus:
Description
Provide a database connection based on Doctrine DBAL that will replace the current DatabaseConnection class, EXT:dbal and EXT:adodb
The following features from EXT:dbal should be provided by the new connection:
- Manage/select database connections based on table name
- Rewriting MySQL specific functions for other database platforms (for example FIND_IN_SET)
Actions