mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
adding additional drivers to db config task
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5977 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
70366e99e0
commit
597026bc4c
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class DbConfigTask extends Shell {
|
|||
$driver = '';
|
||||
|
||||
while ($driver == '') {
|
||||
$driver = $this->in('Driver:', array('mysql','mysqli','mssql','sqlite','postgres', 'odbc', 'oracle', 'db2'), 'mysql');
|
||||
$driver = $this->in('Driver:', array('db2', 'firebird', 'mssql', 'mysql', 'mysqli', 'odbc', 'oracle', 'postgres', 'sqlite', 'sybase'), 'mysql');
|
||||
}
|
||||
$persistent = '';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue