1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 00:07:44 +02:00

[ticket/14739] Remove SQLite 2.8.x database driver

PHPBB3-14739
This commit is contained in:
Jakub Senko
2016-11-13 18:08:35 +01:00
parent 9c7e8c2dc5
commit e974f338af
28 changed files with 11 additions and 730 deletions

View File

@@ -2403,7 +2403,6 @@ function phpbb_cache_moderators($db, $cache, $auth)
// Clear table
switch ($db->get_sql_layer())
{
case 'sqlite':
case 'sqlite3':
$db->sql_query('DELETE FROM ' . MODERATOR_CACHE_TABLE);
break;
@@ -2861,7 +2860,6 @@ function get_database_size()
}
break;
case 'sqlite':
case 'sqlite3':
global $dbhost;