Remove MSSQL completely from list

This commit is contained in:
Lukas Reschke 2015-06-17 19:22:14 +02:00
parent d5ef1f28ce
commit 9e48f7f3ba
1 changed files with 0 additions and 2 deletions

View File

@ -984,14 +984,12 @@ $CONFIG = array(
* - mysql (MySQL) * - mysql (MySQL)
* - pgsql (PostgreSQL) * - pgsql (PostgreSQL)
* - oci (Oracle - Enterprise Edition Only) * - oci (Oracle - Enterprise Edition Only)
* - mssql (Microsoft SQL Server - Enterprise Edition Only)
*/ */
'supportedDatabases' => array( 'supportedDatabases' => array(
'sqlite', 'sqlite',
'mysql', 'mysql',
'pgsql', 'pgsql',
'oci', 'oci',
'mssql'
), ),
/** /**