Actions
Feature #17218
closedOverwritting of handler attributes.
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2007-04-18
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
It would be great to have the opportunity to overwrite/set connection attributes within localconf. E.g:
$TYPO3_CONF_VARS['EXTCONF']['dbal']['handlerCfg'] = array (
'testDB' => array (
'type' => 'adodb',
'config' => array(
'username' => 'xxx',
'password' => 'xxx',
'host' => 'xxx',
'database' => 'demodb',
'driver' => 'mssql',
'nameQuote' => ''
)
)
Note the nameQuote parameter.
(issue imported from #M5452)
Actions