Skip to content
Snippets Groups Projects
Commit c487d9fc authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #716 from eMerzh/remove_sqlite2

Remove support of sqlite2
parents 76625e9b 4df61c3e
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ if( file_exists( $autosetup_file )) {
OC_Util::addScript('setup');
$hasSQLite = (is_callable('sqlite_open') or class_exists('SQLite3'));
$hasSQLite = class_exists('SQLite3');
$hasMySQL = is_callable('mysql_connect');
$hasPostgreSQL = is_callable('pg_connect');
$hasOracle = is_callable('oci_connect');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment